Html Css Color HEX #1350AA Cobalt

📋 copy color: '#1350AA'

red 19 ◦ green 80 ◦ blue 170

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

Shades of Cobalt #1350AA

Tints of Cobalt #1350AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 63.2%

R = 7.06%
G = 29.74%
B = 63.2%

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

#1350AA (or 0x1350AA) is known color: Cobalt. HEX triplet: 13, 50 and AA. RGB value is (19,80,170). Sum of RGB (Red+Green+Blue) = 19+80+170=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 170 (66.80% from 255 or 63.20% from 269); Max value from RGB is 170 - color contains mainly: blue. Hex color #1350AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1350AA is #ECAF55. Grayscale: #474747. Windows color (decimal): -15511382 or 11161619. OLE color: 11161619.

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

Color convert

RGB 19 80 170 -
CMYK 0.89 0.53 0 0.33
HSL 215.76º 0.8% 0.37% -
HSV(B) 215.76º 0.89% 0.67% -
XYZ 10.39 8.78 39.18 -
YUV 72.02 183.29 90.18 -
System Red Green Blue C M Y K H S L
Decimal 19 80 170 0.89 0.53 0 0.33 215.76 0.8 0.37
Hex 13 50 AA 59 35 0 21 D8 50 25
Octal 23 120 252 131 65 0 41 330 120 45
Binary 10011 1010000 10101010 1011001 110101 0 100001 11011000 1010000 100101

Color Harmonies of #1350AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1350AA

Black with #1350AA

Text Example


Text Example

White with #1350AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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