Html Css Color HEX #0E426D Dark Cerulean

📋 copy color: '#0E426D'

red 14 ◦ green 66 ◦ blue 109

#0E426D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #0E426D

Tints of Dark Cerulean #0E426D

RGB

 RED value IS 14 (5.86% from 255) = 7.41%

 GREEN value IS 66 (26.17% from 255) = 34.92%

 BLUE value IS 109 (42.97% from 255) = 57.67%

R = 7.41%
G = 34.92%
B = 57.67%

CMYK

 C value IS 0.87

 M value IS 0.39

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0E426D (or 0x0E426D) is known color: Dark Cerulean. HEX triplet: 0E, 42 and 6D. RGB value is (14,66,109). Sum of RGB (Red+Green+Blue) = 14+66+109=189 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.41% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 109 (42.97% from 255 or 57.67% from 189); Max value from RGB is 109 - color contains mainly: blue. Hex color #0E426D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E426D is #F1BD92. Grayscale: #373737. Windows color (decimal): -15842707 or 7160334. OLE color: 7160334.

HSL color Cylindrical-coordinate representation of color #0E426D: hue angle of 207.16º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E426D is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 14 66 109 -
CMYK 0.87 0.39 0 0.57
HSL 207.16º 0.77% 0.24% -
HSV(B) 207.16º 0.87% 0.43% -
XYZ 4.89 5.09 15.19 -
YUV 55.35 158.27 98.5 -
System Red Green Blue C M Y K H S L
Decimal 14 66 109 0.87 0.39 0 0.57 207.16 0.77 0.24
Hex E 42 6D 57 27 0 39 CF 4D 18
Octal 16 102 155 127 47 0 71 317 115 30
Binary 1110 1000010 1101101 1010111 100111 0 111001 11001111 1001101 11000

Color Harmonies of #0E426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E426D

Black with #0E426D

Text Example


Text Example

White with #0E426D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E426D;
 }
 .AnyTagClassName
 {
   color: #0E426D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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