Html Css Color HEX #1749AB Cobalt

📋 copy color: '#1749AB'

red 23 ◦ green 73 ◦ blue 171

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

Shades of Cobalt #1749AB

Tints of Cobalt #1749AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 64.04%

R = 8.61%
G = 27.34%
B = 64.04%

CMYK

 C value IS 0.87

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1749AB (or 0x1749AB) is known color: Cobalt. HEX triplet: 17, 49 and AB. RGB value is (23,73,171). Sum of RGB (Red+Green+Blue) = 23+73+171=267 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.61% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 171 (67.19% from 255 or 64.04% from 267); Max value from RGB is 171 - color contains mainly: blue. Hex color #1749AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1749AB is #E8B654. Grayscale: #444444. Windows color (decimal): -15251029 or 11225367. OLE color: 11225367.

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

Color convert

RGB 23 73 171 -
CMYK 0.87 0.57 0 0.33
HSL 219.73º 0.76% 0.38% -
HSV(B) 219.73º 0.87% 0.67% -
XYZ 10.09 7.89 39.52 -
YUV 69.22 185.44 95.03 -
System Red Green Blue C M Y K H S L
Decimal 23 73 171 0.87 0.57 0 0.33 219.73 0.76 0.38
Hex 17 49 AB 57 39 0 21 DC 4C 26
Octal 27 111 253 127 71 0 41 334 114 46
Binary 10111 1001001 10101011 1010111 111001 0 100001 11011100 1001100 100110

Color Harmonies of #1749AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1749AB

Black with #1749AB

Text Example


Text Example

White with #1749AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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