Html Css Color HEX #1346AC Cobalt

📋 copy color: '#1346AC'

red 19 ◦ green 70 ◦ blue 172

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

Shades of Cobalt #1346AC

Tints of Cobalt #1346AC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.82%

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

R = 7.28%
G = 26.82%
B = 65.9%

CMYK

 C value IS 0.89

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1346AC (or 0x1346AC) is known color: Cobalt. HEX triplet: 13, 46 and AC. RGB value is (19,70,172). Sum of RGB (Red+Green+Blue) = 19+70+172=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 172 (67.58% from 255 or 65.90% from 261); Max value from RGB is 172 - color contains mainly: blue. Hex color #1346AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1346AC is #ECB953. Grayscale: #414141. Windows color (decimal): -15513940 or 11290131. OLE color: 11290131.

HSL color Cylindrical-coordinate representation of color #1346AC: hue angle of 220º 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 #1346AC is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 70 172 -
CMYK 0.89 0.59 0 0.33
HSL 220º 0.8% 0.37% -
HSV(B) 220º 0.89% 0.67% -
XYZ 9.91 7.5 39.95 -
YUV 66.38 187.6 94.21 -
System Red Green Blue C M Y K H S L
Decimal 19 70 172 0.89 0.59 0 0.33 220 0.8 0.37
Hex 13 46 AC 59 3B 0 21 DC 50 25
Octal 23 106 254 131 73 0 41 334 120 45
Binary 10011 1000110 10101100 1011001 111011 0 100001 11011100 1010000 100101

Color Harmonies of #1346AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1346AC

Black with #1346AC

Text Example


Text Example

White with #1346AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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