Html Css Color HEX #0E418E Dark Cerulean

📋 copy color: '#0E418E'

red 14 ◦ green 65 ◦ blue 142

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

Shades of Dark Cerulean #0E418E

Tints of Dark Cerulean #0E418E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.41%

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

R = 6.33%
G = 29.41%
B = 64.25%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0E418E (or 0x0E418E) is known color: Dark Cerulean. HEX triplet: 0E, 41 and 8E. RGB value is (14,65,142). Sum of RGB (Red+Green+Blue) = 14+65+142=221 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.33% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 142 (55.86% from 255 or 64.25% from 221); Max value from RGB is 142 - color contains mainly: blue. Hex color #0E418E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E418E is #F1BE71. Grayscale: #3A3A3A. Windows color (decimal): -15842930 or 9322766. OLE color: 9322766.

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

Color convert

RGB 14 65 142 -
CMYK 0.90 0.54 0 0.44
HSL 216.09º 0.82% 0.31% -
HSV(B) 216.09º 0.9% 0.56% -
XYZ 6.95 5.83 26.35 -
YUV 58.53 175.1 96.24 -
System Red Green Blue C M Y K H S L
Decimal 14 65 142 0.90 0.54 0 0.44 216.09 0.82 0.31
Hex E 41 8E 5A 36 0 2C D8 52 1F
Octal 16 101 216 132 66 0 54 330 122 37
Binary 1110 1000001 10001110 1011010 110110 0 101100 11011000 1010010 11111

Color Harmonies of #0E418E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E418E

Black with #0E418E

Text Example


Text Example

White with #0E418E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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