Html Css Color HEX #005699 Cobalt

📋 copy color: '#005699'

red 0 ◦ green 86 ◦ blue 153

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

Shades of Cobalt #005699

Tints of Cobalt #005699

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.98%

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

R = 0%
G = 35.98%
B = 64.02%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#005699 (or 0x005699) is known color: Cobalt. HEX triplet: 00, 56 and 99. RGB value is (0,86,153). Sum of RGB (Red+Green+Blue) = 0+86+153=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 153 (60.16% from 255 or 64.02% from 239); Max value from RGB is 153 - color contains mainly: blue. Hex color #005699 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005699 is #FFA966. Grayscale: #434343. Windows color (decimal): -16755047 or 10049024. OLE color: 10049024.

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

Color convert

RGB 0 86 153 -
CMYK 1 0.44 0 0.4
HSL 206.27º 1% 0.3% -
HSV(B) 206.27º 1% 0.6% -
XYZ 9.08 8.96 31.39 -
YUV 67.92 176.01 79.55 -
System Red Green Blue C M Y K H S L
Decimal 0 86 153 1 0.44 0 0.4 206.27 1 0.3
Hex 0 56 99 64 2C 0 28 CE 64 1E
Octal 0 126 231 144 54 0 50 316 144 36
Binary 0 1010110 10011001 1100100 101100 0 101000 11001110 1100100 11110

Color Harmonies of #005699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005699

Black with #005699

Text Example


Text Example

White with #005699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005699; }

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

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

background-color css

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

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

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

border-color css

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

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

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