Html Css Color HEX #1749AC Cobalt

📋 copy color: '#1749AC'

red 23 ◦ green 73 ◦ blue 172

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

Shades of Cobalt #1749AC

Tints of Cobalt #1749AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 64.18%

R = 8.58%
G = 27.24%
B = 64.18%

CMYK

 C value IS 0.87

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1749AC (or 0x1749AC) is known color: Cobalt. HEX triplet: 17, 49 and AC. RGB value is (23,73,172). Sum of RGB (Red+Green+Blue) = 23+73+172=268 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.58% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 172 (67.58% from 255 or 64.18% from 268); Max value from RGB is 172 - color contains mainly: blue. Hex color #1749AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1749AC is #E8B653. Grayscale: #444444. Windows color (decimal): -15251028 or 11290903. OLE color: 11290903.

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

Color convert

RGB 23 73 172 -
CMYK 0.87 0.58 0 0.33
HSL 219.87º 0.76% 0.38% -
HSV(B) 219.87º 0.87% 0.67% -
XYZ 10.18 7.93 40.02 -
YUV 69.34 185.94 94.95 -
System Red Green Blue C M Y K H S L
Decimal 23 73 172 0.87 0.58 0 0.33 219.87 0.76 0.38
Hex 17 49 AC 57 3A 0 21 DC 4C 26
Octal 27 111 254 127 72 0 41 334 114 46
Binary 10111 1001001 10101100 1010111 111010 0 100001 11011100 1001100 100110

Color Harmonies of #1749AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1749AC

Black with #1749AC

Text Example


Text Example

White with #1749AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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