Html Css Color HEX #087592 Cerulean

📋 copy color: '#087592'

red 8 ◦ green 117 ◦ blue 146

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

Shades of Cerulean #087592

Tints of Cerulean #087592

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.17%

 BLUE value IS 146 (57.42% from 255) = 53.87%

R = 2.95%
G = 43.17%
B = 53.87%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#087592 (or 0x087592) is known color: Cerulean. HEX triplet: 08, 75 and 92. RGB value is (8,117,146). Sum of RGB (Red+Green+Blue) = 8+117+146=271 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.95% from 271); Green value is 117 (46.09% from 255 or 43.17% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #087592 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087592 is #F78A6D. Grayscale: #575757. Windows color (decimal): -16222830 or 9598216. OLE color: 9598216.

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

Color convert

RGB 8 117 146 -
CMYK 0.95 0.20 0 0.43
HSL 192.61º 0.9% 0.3% -
HSV(B) 192.61º 0.95% 0.57% -
XYZ 11.65 14.85 29.45 -
YUV 87.72 160.89 71.14 -
System Red Green Blue C M Y K H S L
Decimal 8 117 146 0.95 0.20 0 0.43 192.61 0.9 0.3
Hex 8 75 92 5F 14 0 2B C1 5A 1E
Octal 10 165 222 137 24 0 53 301 132 36
Binary 1000 1110101 10010010 1011111 10100 0 101011 11000001 1011010 11110

Color Harmonies of #087592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087592

Black with #087592

Text Example


Text Example

White with #087592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087592; }

 p { color: rgb(8,117,146); }

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

background-color css

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

 a { background-color: rgb(8,117,146); }

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

border-color css

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

 span { border-color: rgb(8,117,146); }

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