#1F42CB

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

Shades of Persian Blue #1F42CB

Tints of Persian Blue #1F42CB

Color information

#1F42CB (or 0x1F42CB) is unknown color: approx Persian Blue. HEX triplet: 1F, 42 and CB. RGB value is (31,66,203). Sum of RGB (Red+Green+Blue) = 31+66+203=300 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.33% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 203 (79.69% from 255 or 67.67% from 300); Max value from RGB is 203 - color contains mainly: blue. Hex color #1F42CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F42CB is #E0BD34. Grayscale: #464646. Windows color (decimal): -14728501 or 13320735. OLE color: 13320735.

HSL color Cylindrical-coordinate representation of color #1F42CB: hue angle of 227.79º 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 #1F42CB is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB3166203-
CMYK0.850.6700.20
HSL227.79º73.5%45.88%-
HSV(B)227.79º84.73%79.61%-
XYZ13.298.557.44-
YUV71.15202.499.36-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.33%
GREEN value IS 66 (26.17% from 255) = 22%
BLUE value IS 203 (79.69% from 255) = 67.67%
R=10.33%
G=22%
B=67.67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal31662030.850.6700.20227.7973.545.88
Hex1F42CB5543014e44a2e
Octal3710231312510302434411256
Binary1111110000101100101110101011000011010100111001001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F42CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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