#0E42BC

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

Shades of Persian Blue #0E42BC

Tints of Persian Blue #0E42BC

Color information

#0E42BC (or 0x0E42BC) is unknown color: approx Persian Blue. HEX triplet: 0E, 42 and BC. RGB value is (14,66,188). Sum of RGB (Red+Green+Blue) = 14+66+188=268 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.22% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 188 (73.83% from 255 or 70.15% from 268); Max value from RGB is 188 - color contains mainly: blue. Hex color #0E42BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E42BC is #F1BD43. Grayscale: #3F3F3F. Windows color (decimal): -15842628 or 12337678. OLE color: 12337678.

HSL color Cylindrical-coordinate representation of color #0E42BC: hue angle of 222.07º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E42BC is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1466188-
CMYK0.930.6500.26
HSL222.07º86.14%39.61%-
HSV(B)222.07º92.55%73.73%-
XYZ11.217.6248.46-
YUV64.36197.7792.08-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.22%
GREEN value IS 66 (26.17% from 255) = 24.63%
BLUE value IS 188 (73.83% from 255) = 70.15%
R=5.22%
G=24.63%
B=70.15%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal14661880.930.6500.26222.0786.1439.61
HexE42BC5D4101Ade5628
Octal1610227413510103233612650
Binary111010000101011110010111011000001011010110111101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E42BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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