Html Css Color HEX #005199 Cobalt

📋 copy color: '#005199'

red 0 ◦ green 81 ◦ blue 153

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

Shades of Cobalt #005199

Tints of Cobalt #005199

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.62%

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

R = 0%
G = 34.62%
B = 65.38%

CMYK

 C value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#005199 (or 0x005199) is known color: Cobalt. HEX triplet: 00, 51 and 99. RGB value is (0,81,153). Sum of RGB (Red+Green+Blue) = 0+81+153=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 153 (60.16% from 255 or 65.38% from 234); Max value from RGB is 153 - color contains mainly: blue. Hex color #005199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005199 is #FFAE66. Grayscale: #404040. Windows color (decimal): -16756327 or 10047744. OLE color: 10047744.

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

Color convert

RGB 0 81 153 -
CMYK 1 0.47 0 0.4
HSL 208.24º 1% 0.3% -
HSV(B) 208.24º 1% 0.6% -
XYZ 8.69 8.18 31.26 -
YUV 64.99 177.66 81.65 -
System Red Green Blue C M Y K H S L
Decimal 0 81 153 1 0.47 0 0.4 208.24 1 0.3
Hex 0 51 99 64 2F 0 28 D0 64 1E
Octal 0 121 231 144 57 0 50 320 144 36
Binary 0 1010001 10011001 1100100 101111 0 101000 11010000 1100100 11110

Color Harmonies of #005199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005199

Black with #005199

Text Example


Text Example

White with #005199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005199; }

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

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

background-color css

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

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

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

border-color css

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

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

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