Html Css Color HEX #1357D8 Denim

📋 copy color: '#1357D8'

red 19 ◦ green 87 ◦ blue 216

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

Shades of Denim #1357D8

Tints of Denim #1357D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 67.08%

R = 5.9%
G = 27.02%
B = 67.08%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1357D8 (or 0x1357D8) is known color: Denim. HEX triplet: 13, 57 and D8. RGB value is (19,87,216). Sum of RGB (Red+Green+Blue) = 19+87+216=322 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.90% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 216 (84.77% from 255 or 67.08% from 322); Max value from RGB is 216 - color contains mainly: blue. Hex color #1357D8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1357D8 is #ECA827. Grayscale: #505050. Windows color (decimal): -15509544 or 14178067. OLE color: 14178067.

HSL color Cylindrical-coordinate representation of color #1357D8: hue angle of 219.29º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1357D8 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 19 87 216 -
CMYK 0.91 0.60 0 0.15
HSL 219.29º 0.84% 0.46% -
HSV(B) 219.29º 0.91% 0.85% -
XYZ 16.07 11.91 66.42 -
YUV 81.37 203.97 83.51 -
System Red Green Blue C M Y K H S L
Decimal 19 87 216 0.91 0.60 0 0.15 219.29 0.84 0.46
Hex 13 57 D8 5B 3C 0 F DB 54 2E
Octal 23 127 330 133 74 0 17 333 124 56
Binary 10011 1010111 11011000 1011011 111100 0 1111 11011011 1010100 101110

Color Harmonies of #1357D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1357D8

Black with #1357D8

Text Example


Text Example

White with #1357D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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