Html Css Color HEX #0E416B Dark Cerulean

📋 copy color: '#0E416B'

red 14 ◦ green 65 ◦ blue 107

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

Shades of Dark Cerulean #0E416B

Tints of Dark Cerulean #0E416B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 57.53%

R = 7.53%
G = 34.95%
B = 57.53%

CMYK

 C value IS 0.87

 M value IS 0.39

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0E416B (or 0x0E416B) is known color: Dark Cerulean. HEX triplet: 0E, 41 and 6B. RGB value is (14,65,107). Sum of RGB (Red+Green+Blue) = 14+65+107=186 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.53% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 107 (42.19% from 255 or 57.53% from 186); Max value from RGB is 107 - color contains mainly: blue. Hex color #0E416B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E416B is #F1BE94. Grayscale: #363636. Windows color (decimal): -15842965 or 7029006. OLE color: 7029006.

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

Color convert

RGB 14 65 107 -
CMYK 0.87 0.39 0 0.58
HSL 207.1º 0.77% 0.24% -
HSV(B) 207.1º 0.87% 0.42% -
XYZ 4.73 4.94 14.61 -
YUV 54.54 157.6 99.08 -
System Red Green Blue C M Y K H S L
Decimal 14 65 107 0.87 0.39 0 0.58 207.1 0.77 0.24
Hex E 41 6B 57 27 0 3A CF 4D 18
Octal 16 101 153 127 47 0 72 317 115 30
Binary 1110 1000001 1101011 1010111 100111 0 111010 11001111 1001101 11000

Color Harmonies of #0E416B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E416B

Black with #0E416B

Text Example


Text Example

White with #0E416B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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