#1F30CB

Color #1F30CB Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #1F30CB

Tints of Persian Blue #1F30CB

Color information

#1F30CB (or 0x1F30CB) is unknown color: approx Persian Blue. HEX triplet: 1F, 30 and CB. RGB value is (31,48,203). Sum of RGB (Red+Green+Blue) = 31+48+203=282 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.99% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 203 (79.69% from 255 or 71.99% from 282); Max value from RGB is 203 - color contains mainly: blue. Hex color #1F30CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F30CB is #E0CF34. Grayscale: #3B3B3B. Windows color (decimal): -14733109 or 13316127. OLE color: 13316127.

HSL color Cylindrical-coordinate representation of color #1F30CB: hue angle of 234.07º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F30CB is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB3148203-
CMYK0.850.7600.20
HSL234.07º73.5%45.88%-
HSV(B)234.07º84.73%79.61%-
XYZ12.46.7257.14-
YUV60.59208.37106.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 31 (12.5% from 255) = 10.99%
GREEN value IS 48 (19.14% from 255) = 17.02%
BLUE value IS 203 (79.69% from 255) = 71.99%
R=10.99%
G=17.02%
B=71.99%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal31482030.850.7600.20234.0773.545.88
Hex1F30CB554C014ea4a2e
Octal376031312511402435211256
Binary111111100001100101110101011001100010100111010101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F30CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F30CB; }

 p { color: rgb(31,48,203); }

 H1.HeaderClassName
 {
   color: #1F30CB;
 }
 .AnyTagClassName
 {
   color: #1F30CB;
 }
</style>
background-color css

<style>
 a { background-color: #1F30CB; }

 a { background-color: rgb(31,48,203); }

 div.DivClassName
 {
   background-color: #1F30CB;
 }
 .BgClassName
 {
   background-color: #1F30CB;
 }
</style>
border-color css

<style>
 span { border-color: #1F30CB; }

 span { border-color: rgb(31,48,203); }

 td.TdClassName
 {
   border-color: #1F30CB;
 }
 .TagClassName
 {
   border-color: #1F30CB;
 }
</style>