Html Css Color HEX #0E448E Dark Cerulean

📋 copy color: '#0E448E'

red 14 ◦ green 68 ◦ blue 142

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

Shades of Dark Cerulean #0E448E

Tints of Dark Cerulean #0E448E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.36%

 BLUE value IS 142 (55.86% from 255) = 63.39%

R = 6.25%
G = 30.36%
B = 63.39%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0E448E (or 0x0E448E) is known color: Dark Cerulean. HEX triplet: 0E, 44 and 8E. RGB value is (14,68,142). Sum of RGB (Red+Green+Blue) = 14+68+142=224 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.25% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 142 (55.86% from 255 or 63.39% from 224); Max value from RGB is 142 - color contains mainly: blue. Hex color #0E448E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E448E is #F1BB71. Grayscale: #3B3B3B. Windows color (decimal): -15842162 or 9323534. OLE color: 9323534.

HSL color Cylindrical-coordinate representation of color #0E448E: hue angle of 214.69º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E448E is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 14 68 142 -
CMYK 0.90 0.52 0 0.44
HSL 214.69º 0.82% 0.31% -
HSV(B) 214.69º 0.9% 0.56% -
XYZ 7.13 6.18 26.41 -
YUV 60.29 174.11 94.98 -
System Red Green Blue C M Y K H S L
Decimal 14 68 142 0.90 0.52 0 0.44 214.69 0.82 0.31
Hex E 44 8E 5A 34 0 2C D7 52 1F
Octal 16 104 216 132 64 0 54 327 122 37
Binary 1110 1000100 10001110 1011010 110100 0 101100 11010111 1010010 11111

Color Harmonies of #0E448E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E448E

Black with #0E448E

Text Example


Text Example

White with #0E448E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,68,142); }

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

background-color css

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

 a { background-color: rgb(14,68,142); }

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

border-color css

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

 span { border-color: rgb(14,68,142); }

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