Html Css Color HEX #0052BD Cobalt

📋 copy color: '#0052BD'

red 0 ◦ green 82 ◦ blue 189

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

Shades of Cobalt #0052BD

Tints of Cobalt #0052BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 69.74%

R = 0%
G = 30.26%
B = 69.74%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0052BD (or 0x0052BD) is known color: Cobalt. HEX triplet: 00, 52 and BD. RGB value is (0,82,189). Sum of RGB (Red+Green+Blue) = 0+82+189=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 189 (74.22% from 255 or 69.74% from 271); Max value from RGB is 189 - color contains mainly: blue. Hex color #0052BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0052BD is #FFAD42. Grayscale: #454545. Windows color (decimal): -16756035 or 12407296. OLE color: 12407296.

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

Color convert

RGB 0 82 189 -
CMYK 1 0.57 0 0.26
HSL 213.97º 1% 0.37% -
HSV(B) 213.97º 1% 0.74% -
XYZ 12.2 9.71 49.37 -
YUV 69.68 195.33 78.3 -
System Red Green Blue C M Y K H S L
Decimal 0 82 189 1 0.57 0 0.26 213.97 1 0.37
Hex 0 52 BD 64 39 0 1A D6 64 25
Octal 0 122 275 144 71 0 32 326 144 45
Binary 0 1010010 10111101 1100100 111001 0 11010 11010110 1100100 100101

Color Harmonies of #0052BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0052BD

Black with #0052BD

Text Example


Text Example

White with #0052BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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