Html Css Color HEX #005799 Cobalt

📋 copy color: '#005799'

red 0 ◦ green 87 ◦ blue 153

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

Shades of Cobalt #005799

Tints of Cobalt #005799

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.25%

 BLUE value IS 153 (60.16% from 255) = 63.75%

R = 0%
G = 36.25%
B = 63.75%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#005799 (or 0x005799) is known color: Cobalt. HEX triplet: 00, 57 and 99. RGB value is (0,87,153). Sum of RGB (Red+Green+Blue) = 0+87+153=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 87 (34.38% from 255 or 36.25% from 240); Blue value is 153 (60.16% from 255 or 63.75% from 240); Max value from RGB is 153 - color contains mainly: blue. Hex color #005799 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005799 is #FFA866. Grayscale: #444444. Windows color (decimal): -16754791 or 10049280. OLE color: 10049280.

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

Color convert

RGB 0 87 153 -
CMYK 1 0.43 0 0.4
HSL 205.88º 1% 0.3% -
HSV(B) 205.88º 1% 0.6% -
XYZ 9.16 9.12 31.41 -
YUV 68.51 175.68 79.13 -
System Red Green Blue C M Y K H S L
Decimal 0 87 153 1 0.43 0 0.4 205.88 1 0.3
Hex 0 57 99 64 2B 0 28 CE 64 1E
Octal 0 127 231 144 53 0 50 316 144 36
Binary 0 1010111 10011001 1100100 101011 0 101000 11001110 1100100 11110

Color Harmonies of #005799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005799

Black with #005799

Text Example


Text Example

White with #005799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005799; }

 p { color: rgb(0,87,153); }

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

background-color css

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

 a { background-color: rgb(0,87,153); }

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

border-color css

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

 span { border-color: rgb(0,87,153); }

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