Html Css Color HEX #005299 Cobalt

📋 copy color: '#005299'

red 0 ◦ green 82 ◦ blue 153

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

Shades of Cobalt #005299

Tints of Cobalt #005299

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.89%

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

R = 0%
G = 34.89%
B = 65.11%

CMYK

 C value IS 1

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#005299 (or 0x005299) is known color: Cobalt. HEX triplet: 00, 52 and 99. RGB value is (0,82,153). Sum of RGB (Red+Green+Blue) = 0+82+153=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 153 (60.16% from 255 or 65.11% from 235); Max value from RGB is 153 - color contains mainly: blue. Hex color #005299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005299 is #FFAD66. Grayscale: #414141. Windows color (decimal): -16756071 or 10048000. OLE color: 10048000.

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

Color convert

RGB 0 82 153 -
CMYK 1 0.46 0 0.4
HSL 207.84º 1% 0.3% -
HSV(B) 207.84º 1% 0.6% -
XYZ 8.77 8.33 31.28 -
YUV 65.58 177.33 81.23 -
System Red Green Blue C M Y K H S L
Decimal 0 82 153 1 0.46 0 0.4 207.84 1 0.3
Hex 0 52 99 64 2E 0 28 D0 64 1E
Octal 0 122 231 144 56 0 50 320 144 36
Binary 0 1010010 10011001 1100100 101110 0 101000 11010000 1100100 11110

Color Harmonies of #005299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005299

Black with #005299

Text Example


Text Example

White with #005299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005299; }

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

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

background-color css

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

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

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

border-color css

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

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

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