Html Css Color HEX #087396 Cerulean

📋 copy color: '#087396'

red 8 ◦ green 115 ◦ blue 150

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

Shades of Cerulean #087396

Tints of Cerulean #087396

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.12%

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

R = 2.93%
G = 42.12%
B = 54.95%

CMYK

 C value IS 0.95

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#087396 (or 0x087396) is known color: Cerulean. HEX triplet: 08, 73 and 96. RGB value is (8,115,150). Sum of RGB (Red+Green+Blue) = 8+115+150=273 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.93% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 150 (58.98% from 255 or 54.95% from 273); Max value from RGB is 150 - color contains mainly: blue. Hex color #087396 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087396 is #F78C69. Grayscale: #565656. Windows color (decimal): -16223338 or 9859848. OLE color: 9859848.

HSL color Cylindrical-coordinate representation of color #087396: hue angle of 194.79º 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 #087396 is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 8 115 150 -
CMYK 0.95 0.23 0 0.41
HSL 194.79º 0.9% 0.31% -
HSV(B) 194.79º 0.95% 0.59% -
XYZ 11.74 14.52 31.04 -
YUV 87 163.55 71.65 -
System Red Green Blue C M Y K H S L
Decimal 8 115 150 0.95 0.23 0 0.41 194.79 0.9 0.31
Hex 8 73 96 5F 17 0 29 C3 5A 1F
Octal 10 163 226 137 27 0 51 303 132 37
Binary 1000 1110011 10010110 1011111 10111 0 101001 11000011 1011010 11111

Color Harmonies of #087396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087396

Black with #087396

Text Example


Text Example

White with #087396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087396; }

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

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

background-color css

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

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

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

border-color css

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

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

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