Html Css Color HEX #0E448B Dark Cerulean

📋 copy color: '#0E448B'

red 14 ◦ green 68 ◦ blue 139

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

Shades of Dark Cerulean #0E448B

Tints of Dark Cerulean #0E448B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 62.9%

R = 6.33%
G = 30.77%
B = 62.9%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0E448B (or 0x0E448B) is known color: Dark Cerulean. HEX triplet: 0E, 44 and 8B. RGB value is (14,68,139). Sum of RGB (Red+Green+Blue) = 14+68+139=221 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.33% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 139 (54.69% from 255 or 62.90% from 221); Max value from RGB is 139 - color contains mainly: blue. Hex color #0E448B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E448B is #F1BB74. Grayscale: #3B3B3B. Windows color (decimal): -15842165 or 9126926. OLE color: 9126926.

HSL color Cylindrical-coordinate representation of color #0E448B: hue angle of 214.08º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E448B is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 14 68 139 -
CMYK 0.90 0.51 0 0.45
HSL 214.08º 0.82% 0.3% -
HSV(B) 214.08º 0.9% 0.55% -
XYZ 6.91 6.09 25.24 -
YUV 59.95 172.61 95.23 -
System Red Green Blue C M Y K H S L
Decimal 14 68 139 0.90 0.51 0 0.45 214.08 0.82 0.3
Hex E 44 8B 5A 33 0 2D D6 52 1E
Octal 16 104 213 132 63 0 55 326 122 36
Binary 1110 1000100 10001011 1011010 110011 0 101101 11010110 1010010 11110

Color Harmonies of #0E448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E448B

Black with #0E448B

Text Example


Text Example

White with #0E448B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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