Html Css Color HEX #005998 Cobalt

📋 copy color: '#005998'

red 0 ◦ green 89 ◦ blue 152

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

Shades of Cobalt #005998

Tints of Cobalt #005998

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.93%

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

R = 0%
G = 36.93%
B = 63.07%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#005998 (or 0x005998) is known color: Cobalt. HEX triplet: 00, 59 and 98. RGB value is (0,89,152). Sum of RGB (Red+Green+Blue) = 0+89+152=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 152 (59.77% from 255 or 63.07% from 241); Max value from RGB is 152 - color contains mainly: blue. Hex color #005998 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005998 is #FFA667. Grayscale: #454545. Windows color (decimal): -16754280 or 9984256. OLE color: 9984256.

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

Color convert

RGB 0 89 152 -
CMYK 1 0.41 0 0.40
HSL 204.87º 1% 0.3% -
HSV(B) 204.87º 1% 0.6% -
XYZ 9.24 9.41 31.04 -
YUV 69.57 174.51 78.38 -
System Red Green Blue C M Y K H S L
Decimal 0 89 152 1 0.41 0 0.40 204.87 1 0.3
Hex 0 59 98 64 29 0 28 CD 64 1E
Octal 0 131 230 144 51 0 50 315 144 36
Binary 0 1011001 10011000 1100100 101001 0 101000 11001101 1100100 11110

Color Harmonies of #005998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005998

Black with #005998

Text Example


Text Example

White with #005998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005998; }

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

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

background-color css

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

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

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

border-color css

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

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

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