Html Css Color HEX #005896 Cobalt

📋 copy color: '#005896'

red 0 ◦ green 88 ◦ blue 150

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

Shades of Cobalt #005896

Tints of Cobalt #005896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 63.03%

R = 0%
G = 36.97%
B = 63.03%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#005896 (or 0x005896) is known color: Cobalt. HEX triplet: 00, 58 and 96. RGB value is (0,88,150). Sum of RGB (Red+Green+Blue) = 0+88+150=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 150 (58.98% from 255 or 63.03% from 238); Max value from RGB is 150 - color contains mainly: blue. Hex color #005896 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005896 is #FFA769. Grayscale: #444444. Windows color (decimal): -16754538 or 9852928. OLE color: 9852928.

HSL color Cylindrical-coordinate representation of color #005896: hue angle of 204.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005896 is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 0 88 150 -
CMYK 1 0.41 0 0.41
HSL 204.8º 1% 0.29% -
HSV(B) 204.8º 1% 0.59% -
XYZ 8.99 9.18 30.15 -
YUV 68.76 173.85 78.96 -
System Red Green Blue C M Y K H S L
Decimal 0 88 150 1 0.41 0 0.41 204.8 1 0.29
Hex 0 58 96 64 29 0 29 CD 64 1D
Octal 0 130 226 144 51 0 51 315 144 35
Binary 0 1011000 10010110 1100100 101001 0 101001 11001101 1100100 11101

Color Harmonies of #005896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005896

Black with #005896

Text Example


Text Example

White with #005896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005896; }

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

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

background-color css

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

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

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

border-color css

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

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

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