Html Css Color HEX #084898 Cobalt

📋 copy color: '#084898'

red 8 ◦ green 72 ◦ blue 152

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

Shades of Cobalt #084898

Tints of Cobalt #084898

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.03%

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

R = 3.45%
G = 31.03%
B = 65.52%

CMYK

 C value IS 0.95

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#084898 (or 0x084898) is known color: Cobalt. HEX triplet: 08, 48 and 98. RGB value is (8,72,152). Sum of RGB (Red+Green+Blue) = 8+72+152=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 152 (59.77% from 255 or 65.52% from 232); Max value from RGB is 152 - color contains mainly: blue. Hex color #084898 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084898 is #F7B767. Grayscale: #3D3D3D. Windows color (decimal): -16234344 or 9979912. OLE color: 9979912.

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

Color convert

RGB 8 72 152 -
CMYK 0.95 0.53 0 0.40
HSL 213.33º 0.9% 0.31% -
HSV(B) 213.33º 0.95% 0.6% -
XYZ 8.09 6.95 30.62 -
YUV 61.98 178.8 89.5 -
System Red Green Blue C M Y K H S L
Decimal 8 72 152 0.95 0.53 0 0.40 213.33 0.9 0.31
Hex 8 48 98 5F 35 0 28 D5 5A 1F
Octal 10 110 230 137 65 0 50 325 132 37
Binary 1000 1001000 10011000 1011111 110101 0 101000 11010101 1011010 11111

Color Harmonies of #084898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084898

Black with #084898

Text Example


Text Example

White with #084898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084898; }

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

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

background-color css

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

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

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

border-color css

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

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

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