Html Css Color HEX #0876AC Cerulean

📋 copy color: '#0876AC'

red 8 ◦ green 118 ◦ blue 172

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

Shades of Cerulean #0876AC

Tints of Cerulean #0876AC

RGB

 RED value IS 8 (3.52% from 255) = 2.68%

 GREEN value IS 118 (46.48% from 255) = 39.6%

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

R = 2.68%
G = 39.6%
B = 57.72%

CMYK

 C value IS 0.95

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0876AC (or 0x0876AC) is known color: Cerulean. HEX triplet: 08, 76 and AC. RGB value is (8,118,172). Sum of RGB (Red+Green+Blue) = 8+118+172=298 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #0876AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0876AC is #F78953. Grayscale: #5A5A5A. Windows color (decimal): -16222548 or 11302408. OLE color: 11302408.

HSL color Cylindrical-coordinate representation of color #0876AC: hue angle of 199.76º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0876AC is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 118 172 -
CMYK 0.95 0.31 0 0.33
HSL 199.76º 0.91% 0.35% -
HSV(B) 199.76º 0.95% 0.67% -
XYZ 14.02 15.99 41.38 -
YUV 91.27 173.56 68.61 -
System Red Green Blue C M Y K H S L
Decimal 8 118 172 0.95 0.31 0 0.33 199.76 0.91 0.35
Hex 8 76 AC 5F 1F 0 21 C8 5B 23
Octal 10 166 254 137 37 0 41 310 133 43
Binary 1000 1110110 10101100 1011111 11111 0 100001 11001000 1011011 100011

Color Harmonies of #0876AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0876AC

Black with #0876AC

Text Example


Text Example

White with #0876AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0876AC; }

 p { color: rgb(8,118,172); }

 H1.HeaderClassName
 {
   color: #0876AC;
 }
 .AnyTagClassName
 {
   color: #0876AC;
 }
</style>

background-color css

<style>
 a { background-color: #0876AC; }

 a { background-color: rgb(8,118,172); }

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

border-color css

<style>
 span { border-color: #0876AC; }

 span { border-color: rgb(8,118,172); }

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