Html Css Color HEX #005498 Cobalt

📋 copy color: '#005498'

red 0 ◦ green 84 ◦ blue 152

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

Shades of Cobalt #005498

Tints of Cobalt #005498

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 84 (33.2% from 255) = 35.59%

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

R = 0%
G = 35.59%
B = 64.41%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#005498 (or 0x005498) is known color: Cobalt. HEX triplet: 00, 54 and 98. RGB value is (0,84,152). Sum of RGB (Red+Green+Blue) = 0+84+152=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 84 (33.20% from 255 or 35.59% from 236); Blue value is 152 (59.77% from 255 or 64.41% from 236); Max value from RGB is 152 - color contains mainly: blue. Hex color #005498 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005498 is #FFAB67. Grayscale: #424242. Windows color (decimal): -16755560 or 9982976. OLE color: 9982976.

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

Color convert

RGB 0 84 152 -
CMYK 1 0.45 0 0.40
HSL 206.84º 1% 0.3% -
HSV(B) 206.84º 1% 0.6% -
XYZ 8.84 8.61 30.9 -
YUV 66.64 176.17 80.47 -
System Red Green Blue C M Y K H S L
Decimal 0 84 152 1 0.45 0 0.40 206.84 1 0.3
Hex 0 54 98 64 2D 0 28 CF 64 1E
Octal 0 124 230 144 55 0 50 317 144 36
Binary 0 1010100 10011000 1100100 101101 0 101000 11001111 1100100 11110

Color Harmonies of #005498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005498

Black with #005498

Text Example


Text Example

White with #005498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005498; }

 p { color: rgb(0,84,152); }

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

background-color css

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

 a { background-color: rgb(0,84,152); }

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

border-color css

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

 span { border-color: rgb(0,84,152); }

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