Html Css Color HEX #0E4472 Dark Cerulean

📋 copy color: '#0E4472'

red 14 ◦ green 68 ◦ blue 114

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

Shades of Dark Cerulean #0E4472

Tints of Dark Cerulean #0E4472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 58.16%

R = 7.14%
G = 34.69%
B = 58.16%

CMYK

 C value IS 0.88

 M value IS 0.40

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0E4472 (or 0x0E4472) is known color: Dark Cerulean. HEX triplet: 0E, 44 and 72. RGB value is (14,68,114). Sum of RGB (Red+Green+Blue) = 14+68+114=196 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.14% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 114 (44.92% from 255 or 58.16% from 196); Max value from RGB is 114 - color contains mainly: blue. Hex color #0E4472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4472 is #F1BB8D. Grayscale: #383838. Windows color (decimal): -15842190 or 7488526. OLE color: 7488526.

HSL color Cylindrical-coordinate representation of color #0E4472: hue angle of 207.6º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E4472 is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 14 68 114 -
CMYK 0.88 0.40 0 0.55
HSL 207.6º 0.78% 0.25% -
HSV(B) 207.6º 0.88% 0.45% -
XYZ 5.29 5.44 16.69 -
YUV 57.1 160.11 97.26 -
System Red Green Blue C M Y K H S L
Decimal 14 68 114 0.88 0.40 0 0.55 207.6 0.78 0.25
Hex E 44 72 58 28 0 37 D0 4E 19
Octal 16 104 162 130 50 0 67 320 116 31
Binary 1110 1000100 1110010 1011000 101000 0 110111 11010000 1001110 11001

Color Harmonies of #0E4472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4472

Black with #0E4472

Text Example


Text Example

White with #0E4472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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