Html Css Color HEX #087296 Cerulean

📋 copy color: '#087296'

red 8 ◦ green 114 ◦ blue 150

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

Shades of Cerulean #087296

Tints of Cerulean #087296

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.91%

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

R = 2.94%
G = 41.91%
B = 55.15%

CMYK

 C value IS 0.95

 M value IS 0.24

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#087296 (or 0x087296) is known color: Cerulean. HEX triplet: 08, 72 and 96. RGB value is (8,114,150). Sum of RGB (Red+Green+Blue) = 8+114+150=272 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.94% from 272); Green value is 114 (44.92% from 255 or 41.91% from 272); Blue value is 150 (58.98% from 255 or 55.15% from 272); Max value from RGB is 150 - color contains mainly: blue. Hex color #087296 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087296 is #F78D69. Grayscale: #565656. Windows color (decimal): -16223594 or 9859592. OLE color: 9859592.

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

Color convert

RGB 8 114 150 -
CMYK 0.95 0.24 0 0.41
HSL 195.21º 0.9% 0.31% -
HSV(B) 195.21º 0.95% 0.59% -
XYZ 11.62 14.29 31 -
YUV 86.41 163.88 72.07 -
System Red Green Blue C M Y K H S L
Decimal 8 114 150 0.95 0.24 0 0.41 195.21 0.9 0.31
Hex 8 72 96 5F 18 0 29 C3 5A 1F
Octal 10 162 226 137 30 0 51 303 132 37
Binary 1000 1110010 10010110 1011111 11000 0 101001 11000011 1011010 11111

Color Harmonies of #087296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087296

Black with #087296

Text Example


Text Example

White with #087296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087296; }

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

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

background-color css

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

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

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

border-color css

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

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

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