Html Css Color HEX #0E7EAC Cerulean

📋 copy color: '#0E7EAC'

red 14 ◦ green 126 ◦ blue 172

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

Shades of Cerulean #0E7EAC

Tints of Cerulean #0E7EAC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40.38%

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

R = 4.49%
G = 40.38%
B = 55.13%

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

#0E7EAC (or 0x0E7EAC) is known color: Cerulean. HEX triplet: 0E, 7E and AC. RGB value is (14,126,172). Sum of RGB (Red+Green+Blue) = 14+126+172=312 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.49% from 312); Green value is 126 (49.61% from 255 or 40.38% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E7EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7EAC is #F18153. Grayscale: #616161. Windows color (decimal): -15827284 or 11304462. OLE color: 11304462.

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

Color convert

RGB 14 126 172 -
CMYK 0.92 0.27 0 0.33
HSL 197.47º 0.85% 0.36% -
HSV(B) 197.47º 0.92% 0.67% -
XYZ 15.09 17.99 41.71 -
YUV 97.76 169.89 68.26 -
System Red Green Blue C M Y K H S L
Decimal 14 126 172 0.92 0.27 0 0.33 197.47 0.85 0.36
Hex E 7E AC 5C 1B 0 21 C5 55 24
Octal 16 176 254 134 33 0 41 305 125 44
Binary 1110 1111110 10101100 1011100 11011 0 100001 11000101 1010101 100100

Color Harmonies of #0E7EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7EAC

Black with #0E7EAC

Text Example


Text Example

White with #0E7EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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