#0E42C9

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

Shades of Persian Blue #0E42C9

Tints of Persian Blue #0E42C9

Color information

#0E42C9 (or 0x0E42C9) is unknown color: approx Persian Blue. HEX triplet: 0E, 42 and C9. RGB value is (14,66,201). Sum of RGB (Red+Green+Blue) = 14+66+201=281 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.98% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 201 (78.91% from 255 or 71.53% from 281); Max value from RGB is 201 - color contains mainly: blue. Hex color #0E42C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E42C9 is #F1BD36. Grayscale: #414141. Windows color (decimal): -15842615 or 13189646. OLE color: 13189646.

HSL color Cylindrical-coordinate representation of color #0E42C9: hue angle of 223.32º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E42C9 is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1466201-
CMYK0.930.6700.21
HSL223.32º86.98%42.16%-
HSV(B)223.32º93.03%78.82%-
XYZ12.678.2156.17-
YUV65.84204.2791.02-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.98%
GREEN value IS 66 (26.17% from 255) = 23.49%
BLUE value IS 201 (78.91% from 255) = 71.53%
R=4.98%
G=23.49%
B=71.53%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal14662010.930.6700.21223.3286.9842.16
HexE42C95D43015df572a
Octal1610231113510302533712752
Binary111010000101100100110111011000011010101110111111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E42C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,66,201); }

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

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

 a { background-color: rgb(14,66,201); }

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

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

 span { border-color: rgb(14,66,201); }

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