#0F42D4

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

Shades of Persian Blue #0F42D4

Tints of Persian Blue #0F42D4

Color information

#0F42D4 (or 0x0F42D4) is unknown color: approx Persian Blue. HEX triplet: 0F, 42 and D4. RGB value is (15,66,212). Sum of RGB (Red+Green+Blue) = 15+66+212=293 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.12% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 212 (83.20% from 255 or 72.35% from 293); Max value from RGB is 212 - color contains mainly: blue. Hex color #0F42D4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F42D4 is #F0BD2B. Grayscale: #424242. Windows color (decimal): -15777068 or 13910543. OLE color: 13910543.

HSL color Cylindrical-coordinate representation of color #0F42D4: hue angle of 224.47º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F42D4 is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB1566212-
CMYK0.930.6900.17
HSL224.47º86.78%44.51%-
HSV(B)224.47º92.92%83.14%-
XYZ14.038.7563.24-
YUV67.4209.690.63-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.12%
GREEN value IS 66 (26.17% from 255) = 22.53%
BLUE value IS 212 (83.20% from 255) = 72.35%
R=5.12%
G=22.53%
B=72.35%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal15662120.930.6900.17224.4786.7844.51
HexF42D45D45011e0572d
Octal1710232413510502134012755
Binary111110000101101010010111011000101010001111000001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F42D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F42D4; }

 p { color: rgb(15,66,212); }

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

<style>
 a { background-color: #0F42D4; }

 a { background-color: rgb(15,66,212); }

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

<style>
 span { border-color: #0F42D4; }

 span { border-color: rgb(15,66,212); }

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