Html Css Color HEX #1357AE Denim

📋 copy color: '#1357AE'

red 19 ◦ green 87 ◦ blue 174

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

Shades of Denim #1357AE

Tints of Denim #1357AE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.07%

 BLUE value IS 174 (68.36% from 255) = 62.14%

R = 6.79%
G = 31.07%
B = 62.14%

CMYK

 C value IS 0.89

 M value IS 0.5

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1357AE (or 0x1357AE) is known color: Denim. HEX triplet: 13, 57 and AE. RGB value is (19,87,174). Sum of RGB (Red+Green+Blue) = 19+87+174=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 174 (68.36% from 255 or 62.14% from 280); Max value from RGB is 174 - color contains mainly: blue. Hex color #1357AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1357AE is #ECA851. Grayscale: #4C4C4C. Windows color (decimal): -15509586 or 11425555. OLE color: 11425555.

HSL color Cylindrical-coordinate representation of color #1357AE: hue angle of 213.68º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1357AE is Cyan = 0.89, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 87 174 -
CMYK 0.89 0.5 0 0.32
HSL 213.68º 0.8% 0.38% -
HSV(B) 213.68º 0.89% 0.68% -
XYZ 11.32 10.01 41.38 -
YUV 76.59 182.97 86.93 -
System Red Green Blue C M Y K H S L
Decimal 19 87 174 0.89 0.5 0 0.32 213.68 0.8 0.38
Hex 13 57 AE 59 32 0 20 D6 50 26
Octal 23 127 256 131 62 0 40 326 120 46
Binary 10011 1010111 10101110 1011001 110010 0 100000 11010110 1010000 100110

Color Harmonies of #1357AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1357AE

Black with #1357AE

Text Example


Text Example

White with #1357AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1357AE; }

 p { color: rgb(19,87,174); }

 H1.HeaderClassName
 {
   color: #1357AE;
 }
 .AnyTagClassName
 {
   color: #1357AE;
 }
</style>

background-color css

<style>
 a { background-color: #1357AE; }

 a { background-color: rgb(19,87,174); }

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

border-color css

<style>
 span { border-color: #1357AE; }

 span { border-color: rgb(19,87,174); }

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