Html Css Color HEX #1352AB Cobalt

📋 copy color: '#1352AB'

red 19 ◦ green 82 ◦ blue 171

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

Shades of Cobalt #1352AB

Tints of Cobalt #1352AB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.15%

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

R = 6.99%
G = 30.15%
B = 62.87%

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

#1352AB (or 0x1352AB) is known color: Cobalt. HEX triplet: 13, 52 and AB. RGB value is (19,82,171). Sum of RGB (Red+Green+Blue) = 19+82+171=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 171 (67.19% from 255 or 62.87% from 272); Max value from RGB is 171 - color contains mainly: blue. Hex color #1352AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1352AB is #ECAD54. Grayscale: #484848. Windows color (decimal): -15510869 or 11227667. OLE color: 11227667.

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

Color convert

RGB 19 82 171 -
CMYK 0.89 0.52 0 0.33
HSL 215.13º 0.8% 0.37% -
HSV(B) 215.13º 0.89% 0.67% -
XYZ 10.64 9.11 39.73 -
YUV 73.31 183.13 89.26 -
System Red Green Blue C M Y K H S L
Decimal 19 82 171 0.89 0.52 0 0.33 215.13 0.8 0.37
Hex 13 52 AB 59 34 0 21 D7 50 25
Octal 23 122 253 131 64 0 41 327 120 45
Binary 10011 1010010 10101011 1011001 110100 0 100001 11010111 1010000 100101

Color Harmonies of #1352AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1352AB

Black with #1352AB

Text Example


Text Example

White with #1352AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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