Html Css Color HEX #1050AA Cobalt

📋 copy color: '#1050AA'

red 16 ◦ green 80 ◦ blue 170

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

Shades of Cobalt #1050AA

Tints of Cobalt #1050AA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.08%

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

R = 6.02%
G = 30.08%
B = 63.91%

CMYK

 C value IS 0.91

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1050AA (or 0x1050AA) is known color: Cobalt. HEX triplet: 10, 50 and AA. RGB value is (16,80,170). Sum of RGB (Red+Green+Blue) = 16+80+170=266 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.02% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #1050AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1050AA is #EFAF55. Grayscale: #464646. Windows color (decimal): -15707990 or 11161616. OLE color: 11161616.

HSL color Cylindrical-coordinate representation of color #1050AA: hue angle of 215.06º 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 #1050AA is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 80 170 -
CMYK 0.91 0.53 0 0.33
HSL 215.06º 0.83% 0.36% -
HSV(B) 215.06º 0.91% 0.67% -
XYZ 10.34 8.75 39.17 -
YUV 71.12 183.8 88.68 -
System Red Green Blue C M Y K H S L
Decimal 16 80 170 0.91 0.53 0 0.33 215.06 0.83 0.36
Hex 10 50 AA 5B 35 0 21 D7 53 24
Octal 20 120 252 133 65 0 41 327 123 44
Binary 10000 1010000 10101010 1011011 110101 0 100001 11010111 1010011 100100

Color Harmonies of #1050AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1050AA

Black with #1050AA

Text Example


Text Example

White with #1050AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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