Html Css Color HEX #0E7FAC Cerulean

📋 copy color: '#0E7FAC'

red 14 ◦ green 127 ◦ blue 172

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

Shades of Cerulean #0E7FAC

Tints of Cerulean #0E7FAC

RGB

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

 GREEN value IS 127 (50% from 255) = 40.58%

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

R = 4.47%
G = 40.58%
B = 54.95%

CMYK

 C value IS 0.92

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0E7FAC (or 0x0E7FAC) is known color: Cerulean. HEX triplet: 0E, 7F and AC. RGB value is (14,127,172). Sum of RGB (Red+Green+Blue) = 14+127+172=313 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.47% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E7FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7FAC is #F18053. Grayscale: #626262. Windows color (decimal): -15827028 or 11304718. OLE color: 11304718.

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

Color convert

RGB 14 127 172 -
CMYK 0.92 0.26 0 0.33
HSL 197.09º 0.85% 0.36% -
HSV(B) 197.09º 0.92% 0.67% -
XYZ 15.22 18.25 41.75 -
YUV 98.34 169.56 67.84 -
System Red Green Blue C M Y K H S L
Decimal 14 127 172 0.92 0.26 0 0.33 197.09 0.85 0.36
Hex E 7F AC 5C 1A 0 21 C5 55 24
Octal 16 177 254 134 32 0 41 305 125 44
Binary 1110 1111111 10101100 1011100 11010 0 100001 11000101 1010101 100100

Color Harmonies of #0E7FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7FAC

Black with #0E7FAC

Text Example


Text Example

White with #0E7FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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