Html Css Color HEX #085A8B Dark Cerulean

📋 copy color: '#085A8B'

red 8 ◦ green 90 ◦ blue 139

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

Shades of Dark Cerulean #085A8B

Tints of Dark Cerulean #085A8B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.97%

 BLUE value IS 139 (54.69% from 255) = 58.65%

R = 3.38%
G = 37.97%
B = 58.65%

CMYK

 C value IS 0.94

 M value IS 0.35

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#085A8B (or 0x085A8B) is known color: Dark Cerulean. HEX triplet: 08, 5A and 8B. RGB value is (8,90,139). Sum of RGB (Red+Green+Blue) = 8+90+139=237 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.38% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 139 (54.69% from 255 or 58.65% from 237); Max value from RGB is 139 - color contains mainly: blue. Hex color #085A8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085A8B is #F7A574. Grayscale: #464646. Windows color (decimal): -16229749 or 9132552. OLE color: 9132552.

HSL color Cylindrical-coordinate representation of color #085A8B: hue angle of 202.44º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085A8B is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 8 90 139 -
CMYK 0.94 0.35 0 0.45
HSL 202.44º 0.89% 0.29% -
HSV(B) 202.44º 0.94% 0.55% -
XYZ 8.42 9.23 25.76 -
YUV 71.07 166.33 83.02 -
System Red Green Blue C M Y K H S L
Decimal 8 90 139 0.94 0.35 0 0.45 202.44 0.89 0.29
Hex 8 5A 8B 5E 23 0 2D CA 59 1D
Octal 10 132 213 136 43 0 55 312 131 35
Binary 1000 1011010 10001011 1011110 100011 0 101101 11001010 1011001 11101

Color Harmonies of #085A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085A8B

Black with #085A8B

Text Example


Text Example

White with #085A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,90,139); }

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

background-color css

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

 a { background-color: rgb(8,90,139); }

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

border-color css

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

 span { border-color: rgb(8,90,139); }

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