Html Css Color HEX #005099 Cobalt

📋 copy color: '#005099'

red 0 ◦ green 80 ◦ blue 153

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

Shades of Cobalt #005099

Tints of Cobalt #005099

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.33%

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

R = 0%
G = 34.33%
B = 65.67%

CMYK

 C value IS 1

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#005099 (or 0x005099) is known color: Cobalt. HEX triplet: 00, 50 and 99. RGB value is (0,80,153). Sum of RGB (Red+Green+Blue) = 0+80+153=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 153 (60.16% from 255 or 65.67% from 233); Max value from RGB is 153 - color contains mainly: blue. Hex color #005099 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005099 is #FFAF66. Grayscale: #404040. Windows color (decimal): -16756583 or 10047488. OLE color: 10047488.

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

Color convert

RGB 0 80 153 -
CMYK 1 0.48 0 0.4
HSL 208.63º 1% 0.3% -
HSV(B) 208.63º 1% 0.6% -
XYZ 8.62 8.04 31.23 -
YUV 64.4 178 82.06 -
System Red Green Blue C M Y K H S L
Decimal 0 80 153 1 0.48 0 0.4 208.63 1 0.3
Hex 0 50 99 64 30 0 28 D1 64 1E
Octal 0 120 231 144 60 0 50 321 144 36
Binary 0 1010000 10011001 1100100 110000 0 101000 11010001 1100100 11110

Color Harmonies of #005099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005099

Black with #005099

Text Example


Text Example

White with #005099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005099; }

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

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

background-color css

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

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

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

border-color css

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

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

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