Html Css Color HEX #0052BB Cobalt

📋 copy color: '#0052BB'

red 0 ◦ green 82 ◦ blue 187

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

Shades of Cobalt #0052BB

Tints of Cobalt #0052BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 69.52%

R = 0%
G = 30.48%
B = 69.52%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0052BB (or 0x0052BB) is known color: Cobalt. HEX triplet: 00, 52 and BB. RGB value is (0,82,187). Sum of RGB (Red+Green+Blue) = 0+82+187=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 187 (73.44% from 255 or 69.52% from 269); Max value from RGB is 187 - color contains mainly: blue. Hex color #0052BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0052BB is #FFAD44. Grayscale: #444444. Windows color (decimal): -16756037 or 12276224. OLE color: 12276224.

HSL color Cylindrical-coordinate representation of color #0052BB: hue angle of 213.69º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0052BB is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 82 187 -
CMYK 1 0.56 0 0.27
HSL 213.69º 1% 0.37% -
HSV(B) 213.69º 1% 0.73% -
XYZ 11.99 9.62 48.24 -
YUV 69.45 194.33 78.46 -
System Red Green Blue C M Y K H S L
Decimal 0 82 187 1 0.56 0 0.27 213.69 1 0.37
Hex 0 52 BB 64 38 0 1B D6 64 25
Octal 0 122 273 144 70 0 33 326 144 45
Binary 0 1010010 10111011 1100100 111000 0 11011 11010110 1100100 100101

Color Harmonies of #0052BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0052BB

Black with #0052BB

Text Example


Text Example

White with #0052BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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