Html Css Color HEX #0353AD Cobalt

📋 copy color: '#0353AD'

red 3 ◦ green 83 ◦ blue 173

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

Shades of Cobalt #0353AD

Tints of Cobalt #0353AD

RGB

 RED value IS 3 (1.56% from 255) = 1.16%

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

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

R = 1.16%
G = 32.05%
B = 66.8%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0353AD (or 0x0353AD) is known color: Cobalt. HEX triplet: 03, 53 and AD. RGB value is (3,83,173). Sum of RGB (Red+Green+Blue) = 3+83+173=259 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 173 (67.97% from 255 or 66.80% from 259); Max value from RGB is 173 - color contains mainly: blue. Hex color #0353AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0353AD is #FCAC52. Grayscale: #444444. Windows color (decimal): -16559187 or 11358979. OLE color: 11358979.

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

Color convert

RGB 3 83 173 -
CMYK 0.98 0.52 0 0.32
HSL 211.76º 0.97% 0.35% -
HSV(B) 211.76º 0.98% 0.68% -
XYZ 10.67 9.22 40.75 -
YUV 69.34 186.5 80.68 -
System Red Green Blue C M Y K H S L
Decimal 3 83 173 0.98 0.52 0 0.32 211.76 0.97 0.35
Hex 3 53 AD 62 34 0 20 D4 61 23
Octal 3 123 255 142 64 0 40 324 141 43
Binary 11 1010011 10101101 1100010 110100 0 100000 11010100 1100001 100011

Color Harmonies of #0353AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0353AD

Black with #0353AD

Text Example


Text Example

White with #0353AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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