Html Css Color HEX #0E7CAC Cerulean

📋 copy color: '#0E7CAC'

red 14 ◦ green 124 ◦ blue 172

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

Shades of Cerulean #0E7CAC

Tints of Cerulean #0E7CAC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40%

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

R = 4.52%
G = 40%
B = 55.48%

CMYK

 C value IS 0.92

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0E7CAC (or 0x0E7CAC) is known color: Cerulean. HEX triplet: 0E, 7C and AC. RGB value is (14,124,172). Sum of RGB (Red+Green+Blue) = 14+124+172=310 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.52% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E7CAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7CAC is #F18353. Grayscale: #606060. Windows color (decimal): -15827796 or 11303950. OLE color: 11303950.

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

Color convert

RGB 14 124 172 -
CMYK 0.92 0.28 0 0.33
HSL 198.23º 0.85% 0.36% -
HSV(B) 198.23º 0.92% 0.67% -
XYZ 14.84 17.49 41.62 -
YUV 96.58 170.56 69.1 -
System Red Green Blue C M Y K H S L
Decimal 14 124 172 0.92 0.28 0 0.33 198.23 0.85 0.36
Hex E 7C AC 5C 1C 0 21 C6 55 24
Octal 16 174 254 134 34 0 41 306 125 44
Binary 1110 1111100 10101100 1011100 11100 0 100001 11000110 1010101 100100

Color Harmonies of #0E7CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7CAC

Black with #0E7CAC

Text Example


Text Example

White with #0E7CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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