Html Css Color HEX #005898 Cobalt

📋 copy color: '#005898'

red 0 ◦ green 88 ◦ blue 152

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

Shades of Cobalt #005898

Tints of Cobalt #005898

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.67%

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

R = 0%
G = 36.67%
B = 63.33%

CMYK

 C value IS 1

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#005898 (or 0x005898) is known color: Cobalt. HEX triplet: 00, 58 and 98. RGB value is (0,88,152). Sum of RGB (Red+Green+Blue) = 0+88+152=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 152 (59.77% from 255 or 63.33% from 240); Max value from RGB is 152 - color contains mainly: blue. Hex color #005898 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005898 is #FFA767. Grayscale: #444444. Windows color (decimal): -16754536 or 9984000. OLE color: 9984000.

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

Color convert

RGB 0 88 152 -
CMYK 1 0.42 0 0.40
HSL 205.26º 1% 0.3% -
HSV(B) 205.26º 1% 0.6% -
XYZ 9.16 9.25 31.01 -
YUV 68.98 174.85 78.8 -
System Red Green Blue C M Y K H S L
Decimal 0 88 152 1 0.42 0 0.40 205.26 1 0.3
Hex 0 58 98 64 2A 0 28 CD 64 1E
Octal 0 130 230 144 52 0 50 315 144 36
Binary 0 1011000 10011000 1100100 101010 0 101000 11001101 1100100 11110

Color Harmonies of #005898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005898

Black with #005898

Text Example


Text Example

White with #005898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005898; }

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

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

background-color css

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

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

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

border-color css

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

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

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