Html Css Color HEX #0E5694 Dark Cerulean

📋 copy color: '#0E5694'

red 14 ◦ green 86 ◦ blue 148

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

Shades of Dark Cerulean #0E5694

Tints of Dark Cerulean #0E5694

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.68%

 BLUE value IS 148 (58.2% from 255) = 59.68%

R = 5.65%
G = 34.68%
B = 59.68%

CMYK

 C value IS 0.91

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0E5694 (or 0x0E5694) is known color: Dark Cerulean. HEX triplet: 0E, 56 and 94. RGB value is (14,86,148). Sum of RGB (Red+Green+Blue) = 14+86+148=248 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.65% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 148 (58.20% from 255 or 59.68% from 248); Max value from RGB is 148 - color contains mainly: blue. Hex color #0E5694 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5694 is #F1A96B. Grayscale: #474747. Windows color (decimal): -15837548 or 9721358. OLE color: 9721358.

HSL color Cylindrical-coordinate representation of color #0E5694: hue angle of 207.76º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E5694 is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 14 86 148 -
CMYK 0.91 0.42 0 0.42
HSL 207.76º 0.83% 0.32% -
HSV(B) 207.76º 0.91% 0.58% -
XYZ 8.85 8.89 29.27 -
YUV 71.54 171.15 86.96 -
System Red Green Blue C M Y K H S L
Decimal 14 86 148 0.91 0.42 0 0.42 207.76 0.83 0.32
Hex E 56 94 5B 2A 0 2A D0 53 20
Octal 16 126 224 133 52 0 52 320 123 40
Binary 1110 1010110 10010100 1011011 101010 0 101010 11010000 1010011 100000

Color Harmonies of #0E5694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5694

Black with #0E5694

Text Example


Text Example

White with #0E5694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,86,148); }

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

background-color css

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

 a { background-color: rgb(14,86,148); }

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

border-color css

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

 span { border-color: rgb(14,86,148); }

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