Html Css Color HEX #005795 Cobalt

📋 copy color: '#005795'

red 0 ◦ green 87 ◦ blue 149

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

Shades of Cobalt #005795

Tints of Cobalt #005795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 63.14%

R = 0%
G = 36.86%
B = 63.14%

CMYK

 C value IS 1

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#005795 (or 0x005795) is known color: Cobalt. HEX triplet: 00, 57 and 95. RGB value is (0,87,149). Sum of RGB (Red+Green+Blue) = 0+87+149=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 149 (58.59% from 255 or 63.14% from 236); Max value from RGB is 149 - color contains mainly: blue. Hex color #005795 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005795 is #FFA86A. Grayscale: #434343. Windows color (decimal): -16754795 or 9787136. OLE color: 9787136.

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

Color convert

RGB 0 87 149 -
CMYK 1 0.42 0 0.42
HSL 204.97º 1% 0.29% -
HSV(B) 204.97º 1% 0.58% -
XYZ 8.83 8.99 29.7 -
YUV 68.06 173.68 79.46 -
System Red Green Blue C M Y K H S L
Decimal 0 87 149 1 0.42 0 0.42 204.97 1 0.29
Hex 0 57 95 64 2A 0 2A CD 64 1D
Octal 0 127 225 144 52 0 52 315 144 35
Binary 0 1010111 10010101 1100100 101010 0 101010 11001101 1100100 11101

Color Harmonies of #005795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005795

Black with #005795

Text Example


Text Example

White with #005795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005795; }

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

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

background-color css

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

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

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

border-color css

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

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

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