Html Css Color HEX #087299 Cerulean

📋 copy color: '#087299'

red 8 ◦ green 114 ◦ blue 153

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

Shades of Cerulean #087299

Tints of Cerulean #087299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 55.64%

R = 2.91%
G = 41.45%
B = 55.64%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#087299 (or 0x087299) is known color: Cerulean. HEX triplet: 08, 72 and 99. RGB value is (8,114,153). Sum of RGB (Red+Green+Blue) = 8+114+153=275 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.91% from 275); Green value is 114 (44.92% from 255 or 41.45% from 275); Blue value is 153 (60.16% from 255 or 55.64% from 275); Max value from RGB is 153 - color contains mainly: blue. Hex color #087299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087299 is #F78D66. Grayscale: #565656. Windows color (decimal): -16223591 or 10056200. OLE color: 10056200.

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

Color convert

RGB 8 114 153 -
CMYK 0.95 0.25 0 0.4
HSL 196.14º 0.9% 0.32% -
HSV(B) 196.14º 0.95% 0.6% -
XYZ 11.87 14.39 32.29 -
YUV 86.75 165.38 71.83 -
System Red Green Blue C M Y K H S L
Decimal 8 114 153 0.95 0.25 0 0.4 196.14 0.9 0.32
Hex 8 72 99 5F 19 0 28 C4 5A 20
Octal 10 162 231 137 31 0 50 304 132 40
Binary 1000 1110010 10011001 1011111 11001 0 101000 11000100 1011010 100000

Color Harmonies of #087299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087299

Black with #087299

Text Example


Text Example

White with #087299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087299; }

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

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

background-color css

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

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

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

border-color css

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

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

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