Html Css Color HEX #085398 Cobalt

📋 copy color: '#085398'

red 8 ◦ green 83 ◦ blue 152

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

Shades of Cobalt #085398

Tints of Cobalt #085398

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.16%

 BLUE value IS 152 (59.77% from 255) = 62.55%

R = 3.29%
G = 34.16%
B = 62.55%

CMYK

 C value IS 0.95

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#085398 (or 0x085398) is known color: Cobalt. HEX triplet: 08, 53 and 98. RGB value is (8,83,152). Sum of RGB (Red+Green+Blue) = 8+83+152=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 152 (59.77% from 255 or 62.55% from 243); Max value from RGB is 152 - color contains mainly: blue. Hex color #085398 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085398 is #F7AC67. Grayscale: #444444. Windows color (decimal): -16231528 or 9982728. OLE color: 9982728.

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

Color convert

RGB 8 83 152 -
CMYK 0.95 0.45 0 0.40
HSL 208.75º 0.9% 0.31% -
HSV(B) 208.75º 0.95% 0.6% -
XYZ 8.86 8.51 30.88 -
YUV 68.44 175.15 84.89 -
System Red Green Blue C M Y K H S L
Decimal 8 83 152 0.95 0.45 0 0.40 208.75 0.9 0.31
Hex 8 53 98 5F 2D 0 28 D1 5A 1F
Octal 10 123 230 137 55 0 50 321 132 37
Binary 1000 1010011 10011000 1011111 101101 0 101000 11010001 1011010 11111

Color Harmonies of #085398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085398

Black with #085398

Text Example


Text Example

White with #085398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085398; }

 p { color: rgb(8,83,152); }

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

background-color css

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

 a { background-color: rgb(8,83,152); }

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

border-color css

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

 span { border-color: rgb(8,83,152); }

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