Html Css Color HEX #0E6DAB Cerulean

📋 copy color: '#0E6DAB'

red 14 ◦ green 109 ◦ blue 171

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

Shades of Cerulean #0E6DAB

Tints of Cerulean #0E6DAB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.07%

 BLUE value IS 171 (67.19% from 255) = 58.16%

R = 4.76%
G = 37.07%
B = 58.16%

CMYK

 C value IS 0.92

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0E6DAB (or 0x0E6DAB) is known color: Cerulean. HEX triplet: 0E, 6D and AB. RGB value is (14,109,171). Sum of RGB (Red+Green+Blue) = 14+109+171=294 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.76% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E6DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E6DAB is #F19254. Grayscale: #575757. Windows color (decimal): -15831637 or 11234574. OLE color: 11234574.

HSL color Cylindrical-coordinate representation of color #0E6DAB: hue angle of 203.69º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E6DAB is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 14 109 171 -
CMYK 0.92 0.36 0 0.33
HSL 203.69º 0.85% 0.36% -
HSV(B) 203.69º 0.92% 0.67% -
XYZ 13 13.97 40.54 -
YUV 87.66 175.03 75.46 -
System Red Green Blue C M Y K H S L
Decimal 14 109 171 0.92 0.36 0 0.33 203.69 0.85 0.36
Hex E 6D AB 5C 24 0 21 CC 55 24
Octal 16 155 253 134 44 0 41 314 125 44
Binary 1110 1101101 10101011 1011100 100100 0 100001 11001100 1010101 100100

Color Harmonies of #0E6DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6DAB

Black with #0E6DAB

Text Example


Text Example

White with #0E6DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,109,171); }

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

background-color css

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

 a { background-color: rgb(14,109,171); }

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

border-color css

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

 span { border-color: rgb(14,109,171); }

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