Html Css Color HEX #0E458E Dark Cerulean

📋 copy color: '#0E458E'

red 14 ◦ green 69 ◦ blue 142

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

Shades of Dark Cerulean #0E458E

Tints of Dark Cerulean #0E458E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.67%

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

R = 6.22%
G = 30.67%
B = 63.11%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0E458E (or 0x0E458E) is known color: Dark Cerulean. HEX triplet: 0E, 45 and 8E. RGB value is (14,69,142). Sum of RGB (Red+Green+Blue) = 14+69+142=225 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.22% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 142 (55.86% from 255 or 63.11% from 225); Max value from RGB is 142 - color contains mainly: blue. Hex color #0E458E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E458E is #F1BA71. Grayscale: #3C3C3C. Windows color (decimal): -15841906 or 9323790. OLE color: 9323790.

HSL color Cylindrical-coordinate representation of color #0E458E: hue angle of 214.22º 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 #0E458E is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 14 69 142 -
CMYK 0.90 0.51 0 0.44
HSL 214.22º 0.82% 0.31% -
HSV(B) 214.22º 0.9% 0.56% -
XYZ 7.19 6.3 26.43 -
YUV 60.88 173.78 94.56 -
System Red Green Blue C M Y K H S L
Decimal 14 69 142 0.90 0.51 0 0.44 214.22 0.82 0.31
Hex E 45 8E 5A 33 0 2C D6 52 1F
Octal 16 105 216 132 63 0 54 326 122 37
Binary 1110 1000101 10001110 1011010 110011 0 101100 11010110 1010010 11111

Color Harmonies of #0E458E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E458E

Black with #0E458E

Text Example


Text Example

White with #0E458E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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