Html Css Color HEX #1347AD Cobalt

📋 copy color: '#1347AD'

red 19 ◦ green 71 ◦ blue 173

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

Shades of Cobalt #1347AD

Tints of Cobalt #1347AD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27%

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

R = 7.22%
G = 27%
B = 65.78%

CMYK

 C value IS 0.89

 M value IS 0.59

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1347AD (or 0x1347AD) is known color: Cobalt. HEX triplet: 13, 47 and AD. RGB value is (19,71,173). Sum of RGB (Red+Green+Blue) = 19+71+173=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 173 (67.97% from 255 or 65.78% from 263); Max value from RGB is 173 - color contains mainly: blue. Hex color #1347AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1347AD is #ECB852. Grayscale: #424242. Windows color (decimal): -15513683 or 11355923. OLE color: 11355923.

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

Color convert

RGB 19 71 173 -
CMYK 0.89 0.59 0 0.32
HSL 219.74º 0.8% 0.38% -
HSV(B) 219.74º 0.89% 0.68% -
XYZ 10.06 7.66 40.48 -
YUV 67.08 187.77 93.71 -
System Red Green Blue C M Y K H S L
Decimal 19 71 173 0.89 0.59 0 0.32 219.74 0.8 0.38
Hex 13 47 AD 59 3B 0 20 DC 50 26
Octal 23 107 255 131 73 0 40 334 120 46
Binary 10011 1000111 10101101 1011001 111011 0 100000 11011100 1010000 100110

Color Harmonies of #1347AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1347AD

Black with #1347AD

Text Example


Text Example

White with #1347AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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