Html Css Color HEX #0652AC Cobalt

📋 copy color: '#0652AC'

red 6 ◦ green 82 ◦ blue 172

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

Shades of Cobalt #0652AC

Tints of Cobalt #0652AC

RGB

 RED value IS 6 (2.73% from 255) = 2.31%

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

 BLUE value IS 172 (67.58% from 255) = 66.15%

R = 2.31%
G = 31.54%
B = 66.15%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0652AC (or 0x0652AC) is known color: Cobalt. HEX triplet: 06, 52 and AC. RGB value is (6,82,172). Sum of RGB (Red+Green+Blue) = 6+82+172=260 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.31% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 172 (67.58% from 255 or 66.15% from 260); Max value from RGB is 172 - color contains mainly: blue. Hex color #0652AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0652AC is #F9AD53. Grayscale: #454545. Windows color (decimal): -16362836 or 11293190. OLE color: 11293190.

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

Color convert

RGB 6 82 172 -
CMYK 0.97 0.52 0 0.33
HSL 212.53º 0.93% 0.35% -
HSV(B) 212.53º 0.97% 0.67% -
XYZ 10.54 9.05 40.22 -
YUV 69.54 185.82 82.68 -
System Red Green Blue C M Y K H S L
Decimal 6 82 172 0.97 0.52 0 0.33 212.53 0.93 0.35
Hex 6 52 AC 61 34 0 21 D5 5D 23
Octal 6 122 254 141 64 0 41 325 135 43
Binary 110 1010010 10101100 1100001 110100 0 100001 11010101 1011101 100011

Color Harmonies of #0652AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0652AC

Black with #0652AC

Text Example


Text Example

White with #0652AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0652AC; }

 p { color: rgb(6,82,172); }

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

background-color css

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

 a { background-color: rgb(6,82,172); }

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

border-color css

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

 span { border-color: rgb(6,82,172); }

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