Html Css Color HEX #1053AA Cobalt

📋 copy color: '#1053AA'

red 16 ◦ green 83 ◦ blue 170

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

Shades of Cobalt #1053AA

Tints of Cobalt #1053AA

RGB

 RED value IS 16 (6.64% from 255) = 5.95%

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

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

R = 5.95%
G = 30.86%
B = 63.2%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1053AA (or 0x1053AA) is known color: Cobalt. HEX triplet: 10, 53 and AA. RGB value is (16,83,170). Sum of RGB (Red+Green+Blue) = 16+83+170=269 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.95% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 170 (66.80% from 255 or 63.20% from 269); Max value from RGB is 170 - color contains mainly: blue. Hex color #1053AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1053AA is #EFAC55. Grayscale: #484848. Windows color (decimal): -15707222 or 11162384. OLE color: 11162384.

HSL color Cylindrical-coordinate representation of color #1053AA: hue angle of 213.9º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1053AA is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 83 170 -
CMYK 0.91 0.51 0 0.33
HSL 213.9º 0.83% 0.36% -
HSV(B) 213.9º 0.91% 0.67% -
XYZ 10.56 9.2 39.25 -
YUV 72.89 182.8 87.43 -
System Red Green Blue C M Y K H S L
Decimal 16 83 170 0.91 0.51 0 0.33 213.9 0.83 0.36
Hex 10 53 AA 5B 33 0 21 D6 53 24
Octal 20 123 252 133 63 0 41 326 123 44
Binary 10000 1010011 10101010 1011011 110011 0 100001 11010110 1010011 100100

Color Harmonies of #1053AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1053AA

Black with #1053AA

Text Example


Text Example

White with #1053AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,83,170); }

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

background-color css

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

 a { background-color: rgb(16,83,170); }

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

border-color css

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

 span { border-color: rgb(16,83,170); }

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