Html Css Color HEX #0052AA Cobalt

📋 copy color: '#0052AA'

red 0 ◦ green 82 ◦ blue 170

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

Shades of Cobalt #0052AA

Tints of Cobalt #0052AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 67.46%

R = 0%
G = 32.54%
B = 67.46%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0052AA (or 0x0052AA) is known color: Cobalt. HEX triplet: 00, 52 and AA. RGB value is (0,82,170). Sum of RGB (Red+Green+Blue) = 0+82+170=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 170 (66.80% from 255 or 67.46% from 252); Max value from RGB is 170 - color contains mainly: blue. Hex color #0052AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0052AA is #FFAD55. Grayscale: #434343. Windows color (decimal): -16756054 or 11162112. OLE color: 11162112.

HSL color Cylindrical-coordinate representation of color #0052AA: hue angle of 211.06º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0052AA is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 82 170 -
CMYK 1 0.52 0 0.33
HSL 211.06º 1% 0.33% -
HSV(B) 211.06º 1% 0.67% -
XYZ 10.27 8.94 39.21 -
YUV 67.51 185.83 79.84 -
System Red Green Blue C M Y K H S L
Decimal 0 82 170 1 0.52 0 0.33 211.06 1 0.33
Hex 0 52 AA 64 34 0 21 D3 64 21
Octal 0 122 252 144 64 0 41 323 144 41
Binary 0 1010010 10101010 1100100 110100 0 100001 11010011 1100100 100001

Color Harmonies of #0052AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0052AA

Black with #0052AA

Text Example


Text Example

White with #0052AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0052AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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