Html Css Color HEX #0653AD Cobalt

📋 copy color: '#0653AD'

red 6 ◦ green 83 ◦ blue 173

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

Shades of Cobalt #0653AD

Tints of Cobalt #0653AD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.68%

 BLUE value IS 173 (67.97% from 255) = 66.03%

R = 2.29%
G = 31.68%
B = 66.03%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0653AD (or 0x0653AD) is known color: Cobalt. HEX triplet: 06, 53 and AD. RGB value is (6,83,173). Sum of RGB (Red+Green+Blue) = 6+83+173=262 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.29% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 173 (67.97% from 255 or 66.03% from 262); Max value from RGB is 173 - color contains mainly: blue. Hex color #0653AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0653AD is #F9AC52. Grayscale: #454545. Windows color (decimal): -16362579 or 11358982. OLE color: 11358982.

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

Color convert

RGB 6 83 173 -
CMYK 0.97 0.52 0 0.32
HSL 212.34º 0.93% 0.35% -
HSV(B) 212.34º 0.97% 0.68% -
XYZ 10.71 9.24 40.75 -
YUV 70.24 185.99 82.18 -
System Red Green Blue C M Y K H S L
Decimal 6 83 173 0.97 0.52 0 0.32 212.34 0.93 0.35
Hex 6 53 AD 61 34 0 20 D4 5D 23
Octal 6 123 255 141 64 0 40 324 135 43
Binary 110 1010011 10101101 1100001 110100 0 100000 11010100 1011101 100011

Color Harmonies of #0653AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0653AD

Black with #0653AD

Text Example


Text Example

White with #0653AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0653AD; }

 p { color: rgb(6,83,173); }

 H1.HeaderClassName
 {
   color: #0653AD;
 }
 .AnyTagClassName
 {
   color: #0653AD;
 }
</style>

background-color css

<style>
 a { background-color: #0653AD; }

 a { background-color: rgb(6,83,173); }

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

border-color css

<style>
 span { border-color: #0653AD; }

 span { border-color: rgb(6,83,173); }

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