Html Css Color HEX #1351AA Cobalt

📋 copy color: '#1351AA'

red 19 ◦ green 81 ◦ blue 170

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

Shades of Cobalt #1351AA

Tints of Cobalt #1351AA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30%

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

R = 7.04%
G = 30%
B = 62.96%

CMYK

 C value IS 0.89

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1351AA (or 0x1351AA) is known color: Cobalt. HEX triplet: 13, 51 and AA. RGB value is (19,81,170). Sum of RGB (Red+Green+Blue) = 19+81+170=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #1351AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1351AA is #ECAE55. Grayscale: #484848. Windows color (decimal): -15511126 or 11161875. OLE color: 11161875.

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

Color convert

RGB 19 81 170 -
CMYK 0.89 0.52 0 0.33
HSL 215.36º 0.8% 0.37% -
HSV(B) 215.36º 0.89% 0.67% -
XYZ 10.47 8.93 39.2 -
YUV 72.61 182.96 89.76 -
System Red Green Blue C M Y K H S L
Decimal 19 81 170 0.89 0.52 0 0.33 215.36 0.8 0.37
Hex 13 51 AA 59 34 0 21 D7 50 25
Octal 23 121 252 131 64 0 41 327 120 45
Binary 10011 1010001 10101010 1011001 110100 0 100001 11010111 1010000 100101

Color Harmonies of #1351AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1351AA

Black with #1351AA

Text Example


Text Example

White with #1351AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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