Html Css Color HEX #1749AA Cobalt

📋 copy color: '#1749AA'

red 23 ◦ green 73 ◦ blue 170

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

Shades of Cobalt #1749AA

Tints of Cobalt #1749AA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.44%

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

R = 8.65%
G = 27.44%
B = 63.91%

CMYK

 C value IS 0.86

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1749AA (or 0x1749AA) is known color: Cobalt. HEX triplet: 17, 49 and AA. RGB value is (23,73,170). Sum of RGB (Red+Green+Blue) = 23+73+170=266 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.65% from 266); Green value is 73 (28.91% from 255 or 27.44% 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 #1749AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1749AA is #E8B655. Grayscale: #444444. Windows color (decimal): -15251030 or 11159831. OLE color: 11159831.

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

Color convert

RGB 23 73 170 -
CMYK 0.86 0.57 0 0.33
HSL 219.59º 0.76% 0.38% -
HSV(B) 219.59º 0.86% 0.67% -
XYZ 9.99 7.85 39.02 -
YUV 69.11 184.94 95.11 -
System Red Green Blue C M Y K H S L
Decimal 23 73 170 0.86 0.57 0 0.33 219.59 0.76 0.38
Hex 17 49 AA 56 39 0 21 DC 4C 26
Octal 27 111 252 126 71 0 41 334 114 46
Binary 10111 1001001 10101010 1010110 111001 0 100001 11011100 1001100 100110

Color Harmonies of #1749AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1749AA

Black with #1749AA

Text Example


Text Example

White with #1749AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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