Html Css Color HEX #1349AE Cobalt

📋 copy color: '#1349AE'

red 19 ◦ green 73 ◦ blue 174

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

Shades of Cobalt #1349AE

Tints of Cobalt #1349AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 65.41%

R = 7.14%
G = 27.44%
B = 65.41%

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

#1349AE (or 0x1349AE) is known color: Cobalt. HEX triplet: 13, 49 and AE. RGB value is (19,73,174). Sum of RGB (Red+Green+Blue) = 19+73+174=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 174 (68.36% from 255 or 65.41% from 266); Max value from RGB is 174 - color contains mainly: blue. Hex color #1349AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1349AE is #ECB651. Grayscale: #434343. Windows color (decimal): -15513170 or 11421971. OLE color: 11421971.

HSL color Cylindrical-coordinate representation of color #1349AE: hue angle of 219.1º 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 #1349AE is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 73 174 -
CMYK 0.89 0.58 0 0.32
HSL 219.1º 0.8% 0.38% -
HSV(B) 219.1º 0.89% 0.68% -
XYZ 10.29 7.96 41.04 -
YUV 68.37 187.61 92.79 -
System Red Green Blue C M Y K H S L
Decimal 19 73 174 0.89 0.58 0 0.32 219.1 0.8 0.38
Hex 13 49 AE 59 3A 0 20 DB 50 26
Octal 23 111 256 131 72 0 40 333 120 46
Binary 10011 1001001 10101110 1011001 111010 0 100000 11011011 1010000 100110

Color Harmonies of #1349AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1349AE

Black with #1349AE

Text Example


Text Example

White with #1349AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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