#1750AA

Color #1750AA Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #1750AA

Tints of Cobalt #1750AA

Color information

#1750AA (or 0x1750AA) is unknown color: approx Cobalt. HEX triplet: 17, 50 and AA. RGB value is (23,80,170). Sum of RGB (Red+Green+Blue) = 23+80+170=273 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.42% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #1750AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1750AA is #E8AF55. Grayscale: #484848. Windows color (decimal): -15249238 or 11161623. OLE color: 11161623.

HSL color Cylindrical-coordinate representation of color #1750AA: hue angle of 216.73º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1750AA is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2380170-
CMYK0.860.5300.33
HSL216.73º76.17%37.84%-
HSV(B)216.73º86.47%66.67%-
XYZ10.488.8239.18-
YUV73.22182.6292.18-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.42%
GREEN value IS 80 (31.64% from 255) = 29.30%
BLUE value IS 170 (66.80% from 255) = 62.27%
R=8.42%
G=29.30%
B=62.27%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal23801700.860.5300.33216.7376.1737.84
Hex1750AA5635021d94c26
Octal271202521266504133111446
Binary1011110100001010101010101101101010100001110110011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1750AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1750AA;
 }
 .AnyTagClassName
 {
   color: #1750AA;
 }
</style>
background-color css

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

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

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

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

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

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