Html Css Color HEX #087491 Cerulean

📋 copy color: '#087491'

red 8 ◦ green 116 ◦ blue 145

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

Shades of Cerulean #087491

Tints of Cerulean #087491

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.12%

 BLUE value IS 145 (57.03% from 255) = 53.9%

R = 2.97%
G = 43.12%
B = 53.9%

CMYK

 C value IS 0.94

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#087491 (or 0x087491) is known color: Cerulean. HEX triplet: 08, 74 and 91. RGB value is (8,116,145). Sum of RGB (Red+Green+Blue) = 8+116+145=269 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.97% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 145 (57.03% from 255 or 53.90% from 269); Max value from RGB is 145 - color contains mainly: blue. Hex color #087491 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087491 is #F78B6E. Grayscale: #565656. Windows color (decimal): -16223087 or 9532424. OLE color: 9532424.

HSL color Cylindrical-coordinate representation of color #087491: hue angle of 192.7º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087491 is Cyan = 0.94, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 116 145 -
CMYK 0.94 0.2 0 0.43
HSL 192.7º 0.9% 0.3% -
HSV(B) 192.7º 0.94% 0.57% -
XYZ 11.46 14.59 29 -
YUV 87.01 160.72 71.64 -
System Red Green Blue C M Y K H S L
Decimal 8 116 145 0.94 0.2 0 0.43 192.7 0.9 0.3
Hex 8 74 91 5E 14 0 2B C1 5A 1E
Octal 10 164 221 136 24 0 53 301 132 36
Binary 1000 1110100 10010001 1011110 10100 0 101011 11000001 1011010 11110

Color Harmonies of #087491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087491

Black with #087491

Text Example


Text Example

White with #087491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087491; }

 p { color: rgb(8,116,145); }

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

background-color css

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

 a { background-color: rgb(8,116,145); }

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

border-color css

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

 span { border-color: rgb(8,116,145); }

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