Html Css Color HEX #0652AA Cobalt

📋 copy color: '#0652AA'

red 6 ◦ green 82 ◦ blue 170

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

Shades of Cobalt #0652AA

Tints of Cobalt #0652AA

RGB

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

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

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

R = 2.33%
G = 31.78%
B = 65.89%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0652AA (or 0x0652AA) is known color: Cobalt. HEX triplet: 06, 52 and AA. RGB value is (6,82,170). Sum of RGB (Red+Green+Blue) = 6+82+170=258 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 170 (66.80% from 255 or 65.89% from 258); Max value from RGB is 170 - color contains mainly: blue. Hex color #0652AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0652AA is #F9AD55. Grayscale: #444444. Windows color (decimal): -16362838 or 11162118. OLE color: 11162118.

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

Color convert

RGB 6 82 170 -
CMYK 0.96 0.52 0 0.33
HSL 212.2º 0.93% 0.35% -
HSV(B) 212.2º 0.96% 0.67% -
XYZ 10.35 8.98 39.22 -
YUV 69.31 184.82 82.84 -
System Red Green Blue C M Y K H S L
Decimal 6 82 170 0.96 0.52 0 0.33 212.2 0.93 0.35
Hex 6 52 AA 60 34 0 21 D4 5D 23
Octal 6 122 252 140 64 0 41 324 135 43
Binary 110 1010010 10101010 1100000 110100 0 100001 11010100 1011101 100011

Color Harmonies of #0652AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0652AA

Black with #0652AA

Text Example


Text Example

White with #0652AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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