Html Css Color HEX #0353AB Cobalt

📋 copy color: '#0353AB'

red 3 ◦ green 83 ◦ blue 171

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

Shades of Cobalt #0353AB

Tints of Cobalt #0353AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 66.54%

R = 1.17%
G = 32.3%
B = 66.54%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0353AB (or 0x0353AB) is known color: Cobalt. HEX triplet: 03, 53 and AB. RGB value is (3,83,171). Sum of RGB (Red+Green+Blue) = 3+83+171=257 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 171 (67.19% from 255 or 66.54% from 257); Max value from RGB is 171 - color contains mainly: blue. Hex color #0353AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0353AB is #FCAC54. Grayscale: #444444. Windows color (decimal): -16559189 or 11227907. OLE color: 11227907.

HSL color Cylindrical-coordinate representation of color #0353AB: hue angle of 211.43º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0353AB is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 83 171 -
CMYK 0.98 0.51 0 0.33
HSL 211.43º 0.97% 0.34% -
HSV(B) 211.43º 0.98% 0.67% -
XYZ 10.48 9.15 39.74 -
YUV 69.11 185.5 80.84 -
System Red Green Blue C M Y K H S L
Decimal 3 83 171 0.98 0.51 0 0.33 211.43 0.97 0.34
Hex 3 53 AB 62 33 0 21 D3 61 22
Octal 3 123 253 142 63 0 41 323 141 42
Binary 11 1010011 10101011 1100010 110011 0 100001 11010011 1100001 100010

Color Harmonies of #0353AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0353AB

Black with #0353AB

Text Example


Text Example

White with #0353AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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