Html Css Color HEX #1349AC Cobalt

📋 copy color: '#1349AC'

red 19 ◦ green 73 ◦ blue 172

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

Shades of Cobalt #1349AC

Tints of Cobalt #1349AC

RGB

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

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

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

R = 7.2%
G = 27.65%
B = 65.15%

CMYK

 C value IS 0.89

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1349AC (or 0x1349AC) is known color: Cobalt. HEX triplet: 13, 49 and AC. RGB value is (19,73,172). Sum of RGB (Red+Green+Blue) = 19+73+172=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 172 (67.58% from 255 or 65.15% from 264); Max value from RGB is 172 - color contains mainly: blue. Hex color #1349AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1349AC is #ECB653. Grayscale: #434343. Windows color (decimal): -15513172 or 11290899. OLE color: 11290899.

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

Color convert

RGB 19 73 172 -
CMYK 0.89 0.58 0 0.33
HSL 218.82º 0.8% 0.37% -
HSV(B) 218.82º 0.89% 0.67% -
XYZ 10.1 7.88 40.02 -
YUV 68.14 186.61 92.95 -
System Red Green Blue C M Y K H S L
Decimal 19 73 172 0.89 0.58 0 0.33 218.82 0.8 0.37
Hex 13 49 AC 59 3A 0 21 DB 50 25
Octal 23 111 254 131 72 0 41 333 120 45
Binary 10011 1001001 10101100 1011001 111010 0 100001 11011011 1010000 100101

Color Harmonies of #1349AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1349AC

Black with #1349AC

Text Example


Text Example

White with #1349AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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