Html Css Color HEX #1350AD Cobalt

📋 copy color: '#1350AD'

red 19 ◦ green 80 ◦ blue 173

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

Shades of Cobalt #1350AD

Tints of Cobalt #1350AD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.41%

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

R = 6.99%
G = 29.41%
B = 63.6%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1350AD (or 0x1350AD) is known color: Cobalt. HEX triplet: 13, 50 and AD. RGB value is (19,80,173). Sum of RGB (Red+Green+Blue) = 19+80+173=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 173 (67.97% from 255 or 63.60% from 272); Max value from RGB is 173 - color contains mainly: blue. Hex color #1350AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1350AD is #ECAF52. Grayscale: #474747. Windows color (decimal): -15511379 or 11358227. OLE color: 11358227.

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

Color convert

RGB 19 80 173 -
CMYK 0.89 0.54 0 0.32
HSL 216.23º 0.8% 0.38% -
HSV(B) 216.23º 0.89% 0.68% -
XYZ 10.68 8.89 40.69 -
YUV 72.36 184.79 89.94 -
System Red Green Blue C M Y K H S L
Decimal 19 80 173 0.89 0.54 0 0.32 216.23 0.8 0.38
Hex 13 50 AD 59 36 0 20 D8 50 26
Octal 23 120 255 131 66 0 40 330 120 46
Binary 10011 1010000 10101101 1011001 110110 0 100000 11011000 1010000 100110

Color Harmonies of #1350AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1350AD

Black with #1350AD

Text Example


Text Example

White with #1350AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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