Html Css Color HEX #1352B1 Denim

📋 copy color: '#1352B1'

red 19 ◦ green 82 ◦ blue 177

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

Shades of Denim #1352B1

Tints of Denim #1352B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 63.67%

R = 6.83%
G = 29.5%
B = 63.67%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1352B1 (or 0x1352B1) is known color: Denim. HEX triplet: 13, 52 and B1. RGB value is (19,82,177). Sum of RGB (Red+Green+Blue) = 19+82+177=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 177 (69.53% from 255 or 63.67% from 278); Max value from RGB is 177 - color contains mainly: blue. Hex color #1352B1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1352B1 is #ECAD4E. Grayscale: #494949. Windows color (decimal): -15510863 or 11620883. OLE color: 11620883.

HSL color Cylindrical-coordinate representation of color #1352B1: hue angle of 216.08º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1352B1 is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 82 177 -
CMYK 0.89 0.54 0 0.31
HSL 216.08º 0.81% 0.38% -
HSV(B) 216.08º 0.89% 0.69% -
XYZ 11.22 9.35 42.81 -
YUV 73.99 186.13 88.78 -
System Red Green Blue C M Y K H S L
Decimal 19 82 177 0.89 0.54 0 0.31 216.08 0.81 0.38
Hex 13 52 B1 59 36 0 1F D8 51 26
Octal 23 122 261 131 66 0 37 330 121 46
Binary 10011 1010010 10110001 1011001 110110 0 11111 11011000 1010001 100110

Color Harmonies of #1352B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1352B1

Black with #1352B1

Text Example


Text Example

White with #1352B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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