Html Css Color HEX #0E456E Dark Cerulean

📋 copy color: '#0E456E'

red 14 ◦ green 69 ◦ blue 110

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

Shades of Dark Cerulean #0E456E

Tints of Dark Cerulean #0E456E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 56.99%

R = 7.25%
G = 35.75%
B = 56.99%

CMYK

 C value IS 0.87

 M value IS 0.37

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0E456E (or 0x0E456E) is known color: Dark Cerulean. HEX triplet: 0E, 45 and 6E. RGB value is (14,69,110). Sum of RGB (Red+Green+Blue) = 14+69+110=193 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.25% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 110 (43.36% from 255 or 56.99% from 193); Max value from RGB is 110 - color contains mainly: blue. Hex color #0E456E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E456E is #F1BA91. Grayscale: #393939. Windows color (decimal): -15841938 or 7226638. OLE color: 7226638.

HSL color Cylindrical-coordinate representation of color #0E456E: hue angle of 205.62º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E456E is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 14 69 110 -
CMYK 0.87 0.37 0 0.57
HSL 205.63º 0.77% 0.24% -
HSV(B) 205.63º 0.87% 0.43% -
XYZ 5.12 5.48 15.54 -
YUV 57.23 157.78 97.17 -
System Red Green Blue C M Y K H S L
Decimal 14 69 110 0.87 0.37 0 0.57 205.63 0.77 0.24
Hex E 45 6E 57 25 0 39 CE 4D 18
Octal 16 105 156 127 45 0 71 316 115 30
Binary 1110 1000101 1101110 1010111 100101 0 111001 11001110 1001101 11000

Color Harmonies of #0E456E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E456E

Black with #0E456E

Text Example


Text Example

White with #0E456E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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