Html Css Color HEX #0052AB Cobalt

📋 copy color: '#0052AB'

red 0 ◦ green 82 ◦ blue 171

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

Shades of Cobalt #0052AB

Tints of Cobalt #0052AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 67.59%

R = 0%
G = 32.41%
B = 67.59%

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

#0052AB (or 0x0052AB) is known color: Cobalt. HEX triplet: 00, 52 and AB. RGB value is (0,82,171). Sum of RGB (Red+Green+Blue) = 0+82+171=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 171 (67.19% from 255 or 67.59% from 253); Max value from RGB is 171 - color contains mainly: blue. Hex color #0052AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0052AB is #FFAD54. Grayscale: #434343. Windows color (decimal): -16756053 or 11227648. OLE color: 11227648.

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

Color convert

RGB 0 82 171 -
CMYK 1 0.52 0 0.33
HSL 211.23º 1% 0.34% -
HSV(B) 211.23º 1% 0.67% -
XYZ 10.37 8.97 39.71 -
YUV 67.63 186.33 79.76 -
System Red Green Blue C M Y K H S L
Decimal 0 82 171 1 0.52 0 0.33 211.23 1 0.34
Hex 0 52 AB 64 34 0 21 D3 64 22
Octal 0 122 253 144 64 0 41 323 144 42
Binary 0 1010010 10101011 1100100 110100 0 100001 11010011 1100100 100010

Color Harmonies of #0052AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0052AB

Black with #0052AB

Text Example


Text Example

White with #0052AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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