Html Css Color HEX #0E467A Dark Cerulean

📋 copy color: '#0E467A'

red 14 ◦ green 70 ◦ blue 122

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

Shades of Dark Cerulean #0E467A

Tints of Dark Cerulean #0E467A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.98%

 BLUE value IS 122 (48.05% from 255) = 59.22%

R = 6.8%
G = 33.98%
B = 59.22%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0E467A (or 0x0E467A) is known color: Dark Cerulean. HEX triplet: 0E, 46 and 7A. RGB value is (14,70,122). Sum of RGB (Red+Green+Blue) = 14+70+122=206 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.80% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 122 (48.05% from 255 or 59.22% from 206); Max value from RGB is 122 - color contains mainly: blue. Hex color #0E467A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E467A is #F1B985. Grayscale: #3A3A3A. Windows color (decimal): -15841670 or 8013326. OLE color: 8013326.

HSL color Cylindrical-coordinate representation of color #0E467A: hue angle of 208.89º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E467A is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 14 70 122 -
CMYK 0.89 0.43 0 0.52
HSL 208.89º 0.79% 0.27% -
HSV(B) 208.89º 0.89% 0.48% -
XYZ 5.88 5.88 19.24 -
YUV 59.18 163.45 95.77 -
System Red Green Blue C M Y K H S L
Decimal 14 70 122 0.89 0.43 0 0.52 208.89 0.79 0.27
Hex E 46 7A 59 2B 0 34 D1 4F 1B
Octal 16 106 172 131 53 0 64 321 117 33
Binary 1110 1000110 1111010 1011001 101011 0 110100 11010001 1001111 11011

Color Harmonies of #0E467A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E467A

Black with #0E467A

Text Example


Text Example

White with #0E467A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,70,122); }

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

background-color css

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

 a { background-color: rgb(14,70,122); }

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

border-color css

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

 span { border-color: rgb(14,70,122); }

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