Html Css Color HEX #0879A0 Cerulean

📋 copy color: '#0879A0'

red 8 ◦ green 121 ◦ blue 160

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

Shades of Cerulean #0879A0

Tints of Cerulean #0879A0

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.87%

 BLUE value IS 160 (62.89% from 255) = 55.36%

R = 2.77%
G = 41.87%
B = 55.36%

CMYK

 C value IS 0.95

 M value IS 0.24

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0879A0 (or 0x0879A0) is known color: Cerulean. HEX triplet: 08, 79 and A0. RGB value is (8,121,160). Sum of RGB (Red+Green+Blue) = 8+121+160=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 121 (47.66% from 255 or 41.87% from 289); Blue value is 160 (62.89% from 255 or 55.36% from 289); Max value from RGB is 160 - color contains mainly: blue. Hex color #0879A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0879A0 is #F7865F. Grayscale: #5B5B5B. Windows color (decimal): -16221792 or 10516744. OLE color: 10516744.

HSL color Cylindrical-coordinate representation of color #0879A0: hue angle of 195.39º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0879A0 is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 8 121 160 -
CMYK 0.95 0.24 0 0.37
HSL 195.39º 0.9% 0.33% -
HSV(B) 195.39º 0.95% 0.63% -
XYZ 13.28 16.26 35.7 -
YUV 91.66 166.56 68.33 -
System Red Green Blue C M Y K H S L
Decimal 8 121 160 0.95 0.24 0 0.37 195.39 0.9 0.33
Hex 8 79 A0 5F 18 0 25 C3 5A 21
Octal 10 171 240 137 30 0 45 303 132 41
Binary 1000 1111001 10100000 1011111 11000 0 100101 11000011 1011010 100001

Color Harmonies of #0879A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0879A0

Black with #0879A0

Text Example


Text Example

White with #0879A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0879A0; }

 p { color: rgb(8,121,160); }

 H1.HeaderClassName
 {
   color: #0879A0;
 }
 .AnyTagClassName
 {
   color: #0879A0;
 }
</style>

background-color css

<style>
 a { background-color: #0879A0; }

 a { background-color: rgb(8,121,160); }

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

border-color css

<style>
 span { border-color: #0879A0; }

 span { border-color: rgb(8,121,160); }

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