Html Css Color HEX #1357BF Denim

📋 copy color: '#1357BF'

red 19 ◦ green 87 ◦ blue 191

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

Shades of Denim #1357BF

Tints of Denim #1357BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 64.31%

R = 6.4%
G = 29.29%
B = 64.31%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1357BF (or 0x1357BF) is known color: Denim. HEX triplet: 13, 57 and BF. RGB value is (19,87,191). Sum of RGB (Red+Green+Blue) = 19+87+191=297 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.40% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 191 (75% from 255 or 64.31% from 297); Max value from RGB is 191 - color contains mainly: blue. Hex color #1357BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1357BF is #ECA840. Grayscale: #4E4E4E. Windows color (decimal): -15509569 or 12539667. OLE color: 12539667.

HSL color Cylindrical-coordinate representation of color #1357BF: hue angle of 216.28º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1357BF is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 87 191 -
CMYK 0.90 0.54 0 0.25
HSL 216.28º 0.82% 0.41% -
HSV(B) 216.28º 0.9% 0.75% -
XYZ 13.08 10.72 50.67 -
YUV 78.52 191.47 85.54 -
System Red Green Blue C M Y K H S L
Decimal 19 87 191 0.90 0.54 0 0.25 216.28 0.82 0.41
Hex 13 57 BF 5A 36 0 19 D8 52 29
Octal 23 127 277 132 66 0 31 330 122 51
Binary 10011 1010111 10111111 1011010 110110 0 11001 11011000 1010010 101001

Color Harmonies of #1357BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1357BF

Black with #1357BF

Text Example


Text Example

White with #1357BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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