Html Css Color HEX #1350AB Cobalt

📋 copy color: '#1350AB'

red 19 ◦ green 80 ◦ blue 171

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

Shades of Cobalt #1350AB

Tints of Cobalt #1350AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 63.33%

R = 7.04%
G = 29.63%
B = 63.33%

CMYK

 C value IS 0.89

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1350AB (or 0x1350AB) is known color: Cobalt. HEX triplet: 13, 50 and AB. RGB value is (19,80,171). Sum of RGB (Red+Green+Blue) = 19+80+171=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #1350AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1350AB is #ECAF54. Grayscale: #474747. Windows color (decimal): -15511381 or 11227155. OLE color: 11227155.

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

Color convert

RGB 19 80 171 -
CMYK 0.89 0.53 0 0.33
HSL 215.92º 0.8% 0.37% -
HSV(B) 215.92º 0.89% 0.67% -
XYZ 10.49 8.82 39.68 -
YUV 72.14 183.79 90.1 -
System Red Green Blue C M Y K H S L
Decimal 19 80 171 0.89 0.53 0 0.33 215.92 0.8 0.37
Hex 13 50 AB 59 35 0 21 D8 50 25
Octal 23 120 253 131 65 0 41 330 120 45
Binary 10011 1010000 10101011 1011001 110101 0 100001 11011000 1010000 100101

Color Harmonies of #1350AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1350AB

Black with #1350AB

Text Example


Text Example

White with #1350AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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