Html Css Color HEX #087096 Cerulean

📋 copy color: '#087096'

red 8 ◦ green 112 ◦ blue 150

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

Shades of Cerulean #087096

Tints of Cerulean #087096

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.48%

 BLUE value IS 150 (58.98% from 255) = 55.56%

R = 2.96%
G = 41.48%
B = 55.56%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#087096 (or 0x087096) is known color: Cerulean. HEX triplet: 08, 70 and 96. RGB value is (8,112,150). Sum of RGB (Red+Green+Blue) = 8+112+150=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 150 (58.98% from 255 or 55.56% from 270); Max value from RGB is 150 - color contains mainly: blue. Hex color #087096 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087096 is #F78F69. Grayscale: #545454. Windows color (decimal): -16224106 or 9859080. OLE color: 9859080.

HSL color Cylindrical-coordinate representation of color #087096: hue angle of 196.06º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087096 is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 8 112 150 -
CMYK 0.95 0.25 0 0.41
HSL 196.06º 0.9% 0.31% -
HSV(B) 196.06º 0.95% 0.59% -
XYZ 11.4 13.84 30.93 -
YUV 85.24 164.54 72.91 -
System Red Green Blue C M Y K H S L
Decimal 8 112 150 0.95 0.25 0 0.41 196.06 0.9 0.31
Hex 8 70 96 5F 19 0 29 C4 5A 1F
Octal 10 160 226 137 31 0 51 304 132 37
Binary 1000 1110000 10010110 1011111 11001 0 101001 11000100 1011010 11111

Color Harmonies of #087096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087096

Black with #087096

Text Example


Text Example

White with #087096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087096; }

 p { color: rgb(8,112,150); }

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

background-color css

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

 a { background-color: rgb(8,112,150); }

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

border-color css

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

 span { border-color: rgb(8,112,150); }

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