Html Css Color HEX #084598 Cobalt

📋 copy color: '#084598'

red 8 ◦ green 69 ◦ blue 152

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

Shades of Cobalt #084598

Tints of Cobalt #084598

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.13%

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

R = 3.49%
G = 30.13%
B = 66.38%

CMYK

 C value IS 0.95

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#084598 (or 0x084598) is known color: Cobalt. HEX triplet: 08, 45 and 98. RGB value is (8,69,152). Sum of RGB (Red+Green+Blue) = 8+69+152=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 152 (59.77% from 255 or 66.38% from 229); Max value from RGB is 152 - color contains mainly: blue. Hex color #084598 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084598 is #F7BA67. Grayscale: #3B3B3B. Windows color (decimal): -16235112 or 9979144. OLE color: 9979144.

HSL color Cylindrical-coordinate representation of color #084598: hue angle of 214.58º 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 #084598 is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 8 69 152 -
CMYK 0.95 0.55 0 0.40
HSL 214.58º 0.9% 0.31% -
HSV(B) 214.58º 0.95% 0.6% -
XYZ 7.9 6.57 30.56 -
YUV 60.22 179.79 90.75 -
System Red Green Blue C M Y K H S L
Decimal 8 69 152 0.95 0.55 0 0.40 214.58 0.9 0.31
Hex 8 45 98 5F 37 0 28 D7 5A 1F
Octal 10 105 230 137 67 0 50 327 132 37
Binary 1000 1000101 10011000 1011111 110111 0 101000 11010111 1011010 11111

Color Harmonies of #084598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084598

Black with #084598

Text Example


Text Example

White with #084598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084598; }

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

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

background-color css

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

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

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

border-color css

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

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

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