Html Css Color HEX #085F96 Cerulean

📋 copy color: '#085F96'

red 8 ◦ green 95 ◦ blue 150

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

Shades of Cerulean #085F96

Tints of Cerulean #085F96

RGB

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

 GREEN value IS 95 (37.5% from 255) = 37.55%

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

R = 3.16%
G = 37.55%
B = 59.29%

CMYK

 C value IS 0.95

 M value IS 0.37

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#085F96 (or 0x085F96) is known color: Cerulean. HEX triplet: 08, 5F and 96. RGB value is (8,95,150). Sum of RGB (Red+Green+Blue) = 8+95+150=253 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.16% from 253); Green value is 95 (37.5% from 255 or 37.55% from 253); Blue value is 150 (58.98% from 255 or 59.29% from 253); Max value from RGB is 150 - color contains mainly: blue. Hex color #085F96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085F96 is #F7A069. Grayscale: #4A4A4A. Windows color (decimal): -16228458 or 9854728. OLE color: 9854728.

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

Color convert

RGB 8 95 150 -
CMYK 0.95 0.37 0 0.41
HSL 203.24º 0.9% 0.31% -
HSV(B) 203.24º 0.95% 0.59% -
XYZ 9.7 10.44 30.36 -
YUV 75.26 170.18 80.03 -
System Red Green Blue C M Y K H S L
Decimal 8 95 150 0.95 0.37 0 0.41 203.24 0.9 0.31
Hex 8 5F 96 5F 25 0 29 CB 5A 1F
Octal 10 137 226 137 45 0 51 313 132 37
Binary 1000 1011111 10010110 1011111 100101 0 101001 11001011 1011010 11111

Color Harmonies of #085F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085F96

Black with #085F96

Text Example


Text Example

White with #085F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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