Html Css Color HEX #1349AD Cobalt

📋 copy color: '#1349AD'

red 19 ◦ green 73 ◦ blue 173

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

Shades of Cobalt #1349AD

Tints of Cobalt #1349AD

RGB

 RED value IS 19 (7.81% from 255) = 7.17%

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

 BLUE value IS 173 (67.97% from 255) = 65.28%

R = 7.17%
G = 27.55%
B = 65.28%

CMYK

 C value IS 0.89

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1349AD (or 0x1349AD) is known color: Cobalt. HEX triplet: 13, 49 and AD. RGB value is (19,73,173). Sum of RGB (Red+Green+Blue) = 19+73+173=265 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.17% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 173 (67.97% from 255 or 65.28% from 265); Max value from RGB is 173 - color contains mainly: blue. Hex color #1349AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1349AD is #ECB652. Grayscale: #434343. Windows color (decimal): -15513171 or 11356435. OLE color: 11356435.

HSL color Cylindrical-coordinate representation of color #1349AD: hue angle of 218.96º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1349AD is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 73 173 -
CMYK 0.89 0.58 0 0.32
HSL 218.96º 0.8% 0.38% -
HSV(B) 218.96º 0.89% 0.68% -
XYZ 10.19 7.92 40.53 -
YUV 68.25 187.11 92.87 -
System Red Green Blue C M Y K H S L
Decimal 19 73 173 0.89 0.58 0 0.32 218.96 0.8 0.38
Hex 13 49 AD 59 3A 0 20 DB 50 26
Octal 23 111 255 131 72 0 40 333 120 46
Binary 10011 1001001 10101101 1011001 111010 0 100000 11011011 1010000 100110

Color Harmonies of #1349AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1349AD

Black with #1349AD

Text Example


Text Example

White with #1349AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1349AD; }

 p { color: rgb(19,73,173); }

 H1.HeaderClassName
 {
   color: #1349AD;
 }
 .AnyTagClassName
 {
   color: #1349AD;
 }
</style>

background-color css

<style>
 a { background-color: #1349AD; }

 a { background-color: rgb(19,73,173); }

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

border-color css

<style>
 span { border-color: #1349AD; }

 span { border-color: rgb(19,73,173); }

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