Html Css Color HEX #1348AD Cobalt

📋 copy color: '#1348AD'

red 19 ◦ green 72 ◦ blue 173

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

Shades of Cobalt #1348AD

Tints of Cobalt #1348AD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.27%

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

R = 7.2%
G = 27.27%
B = 65.53%

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

#1348AD (or 0x1348AD) is known color: Cobalt. HEX triplet: 13, 48 and AD. RGB value is (19,72,173). Sum of RGB (Red+Green+Blue) = 19+72+173=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 173 (67.97% from 255 or 65.53% from 264); Max value from RGB is 173 - color contains mainly: blue. Hex color #1348AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1348AD is #ECB752. Grayscale: #434343. Windows color (decimal): -15513427 or 11356179. OLE color: 11356179.

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

Color convert

RGB 19 72 173 -
CMYK 0.89 0.58 0 0.32
HSL 219.35º 0.8% 0.38% -
HSV(B) 219.35º 0.89% 0.68% -
XYZ 10.13 7.79 40.51 -
YUV 67.67 187.44 93.29 -
System Red Green Blue C M Y K H S L
Decimal 19 72 173 0.89 0.58 0 0.32 219.35 0.8 0.38
Hex 13 48 AD 59 3A 0 20 DB 50 26
Octal 23 110 255 131 72 0 40 333 120 46
Binary 10011 1001000 10101101 1011001 111010 0 100000 11011011 1010000 100110

Color Harmonies of #1348AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1348AD

Black with #1348AD

Text Example


Text Example

White with #1348AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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