Html Css Color HEX #1750AA Cobalt

📋 copy color: '#1750AA'

red 23 ◦ green 80 ◦ blue 170

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

Shades of Cobalt #1750AA

Tints of Cobalt #1750AA

RGB

 RED value IS 23 (9.38% from 255) = 8.42%

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

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

R = 8.42%
G = 29.3%
B = 62.27%

CMYK

 C value IS 0.86

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1750AA (or 0x1750AA) is known color: 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

RGB 23 80 170 -
CMYK 0.86 0.53 0 0.33
HSL 216.73º 0.76% 0.38% -
HSV(B) 216.73º 0.86% 0.67% -
XYZ 10.48 8.82 39.18 -
YUV 73.22 182.62 92.18 -
System Red Green Blue C M Y K H S L
Decimal 23 80 170 0.86 0.53 0 0.33 216.73 0.76 0.38
Hex 17 50 AA 56 35 0 21 D9 4C 26
Octal 27 120 252 126 65 0 41 331 114 46
Binary 10111 1010000 10101010 1010110 110101 0 100001 11011001 1001100 100110

Color Harmonies of #1750AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1750AA

Black with #1750AA

Text Example


Text Example

White with #1750AA

Text Example


Text Example

HTML Codes & Css Web 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>