Html Css Color HEX #0E7DAC Cerulean

📋 copy color: '#0E7DAC'

red 14 ◦ green 125 ◦ blue 172

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

Shades of Cerulean #0E7DAC

Tints of Cerulean #0E7DAC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.19%

 BLUE value IS 172 (67.58% from 255) = 55.31%

R = 4.5%
G = 40.19%
B = 55.31%

CMYK

 C value IS 0.92

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0E7DAC (or 0x0E7DAC) is known color: Cerulean. HEX triplet: 0E, 7D and AC. RGB value is (14,125,172). Sum of RGB (Red+Green+Blue) = 14+125+172=311 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.50% from 311); Green value is 125 (49.22% from 255 or 40.19% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E7DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7DAC is #F18253. Grayscale: #606060. Windows color (decimal): -15827540 or 11304206. OLE color: 11304206.

HSL color Cylindrical-coordinate representation of color #0E7DAC: hue angle of 197.85º 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 #0E7DAC is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 14 125 172 -
CMYK 0.92 0.27 0 0.33
HSL 197.85º 0.85% 0.36% -
HSV(B) 197.85º 0.92% 0.67% -
XYZ 14.96 17.74 41.67 -
YUV 97.17 170.23 68.68 -
System Red Green Blue C M Y K H S L
Decimal 14 125 172 0.92 0.27 0 0.33 197.85 0.85 0.36
Hex E 7D AC 5C 1B 0 21 C6 55 24
Octal 16 175 254 134 33 0 41 306 125 44
Binary 1110 1111101 10101100 1011100 11011 0 100001 11000110 1010101 100100

Color Harmonies of #0E7DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7DAC

Black with #0E7DAC

Text Example


Text Example

White with #0E7DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,125,172); }

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

background-color css

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

 a { background-color: rgb(14,125,172); }

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

border-color css

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

 span { border-color: rgb(14,125,172); }

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