Html Css Color HEX #005598 Cobalt

📋 copy color: '#005598'

red 0 ◦ green 85 ◦ blue 152

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

Shades of Cobalt #005598

Tints of Cobalt #005598

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.86%

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

R = 0%
G = 35.86%
B = 64.14%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#005598 (or 0x005598) is known color: Cobalt. HEX triplet: 00, 55 and 98. RGB value is (0,85,152). Sum of RGB (Red+Green+Blue) = 0+85+152=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 152 (59.77% from 255 or 64.14% from 237); Max value from RGB is 152 - color contains mainly: blue. Hex color #005598 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005598 is #FFAA67. Grayscale: #424242. Windows color (decimal): -16755304 or 9983232. OLE color: 9983232.

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

Color convert

RGB 0 85 152 -
CMYK 1 0.44 0 0.40
HSL 206.45º 1% 0.3% -
HSV(B) 206.45º 1% 0.6% -
XYZ 8.92 8.76 30.93 -
YUV 67.22 175.84 80.05 -
System Red Green Blue C M Y K H S L
Decimal 0 85 152 1 0.44 0 0.40 206.45 1 0.3
Hex 0 55 98 64 2C 0 28 CE 64 1E
Octal 0 125 230 144 54 0 50 316 144 36
Binary 0 1010101 10011000 1100100 101100 0 101000 11001110 1100100 11110

Color Harmonies of #005598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005598

Black with #005598

Text Example


Text Example

White with #005598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005598; }

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

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

background-color css

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

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

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

border-color css

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

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

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