Html Css Color HEX #1357BC Denim

📋 copy color: '#1357BC'

red 19 ◦ green 87 ◦ blue 188

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

Shades of Denim #1357BC

Tints of Denim #1357BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 63.95%

R = 6.46%
G = 29.59%
B = 63.95%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1357BC (or 0x1357BC) is known color: Denim. HEX triplet: 13, 57 and BC. RGB value is (19,87,188). Sum of RGB (Red+Green+Blue) = 19+87+188=294 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.46% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 188 (73.83% from 255 or 63.95% from 294); Max value from RGB is 188 - color contains mainly: blue. Hex color #1357BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1357BC is #ECA843. Grayscale: #4D4D4D. Windows color (decimal): -15509572 or 12343059. OLE color: 12343059.

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

Color convert

RGB 19 87 188 -
CMYK 0.90 0.54 0 0.26
HSL 215.86º 0.82% 0.41% -
HSV(B) 215.86º 0.9% 0.74% -
XYZ 12.75 10.59 48.95 -
YUV 78.18 189.97 85.79 -
System Red Green Blue C M Y K H S L
Decimal 19 87 188 0.90 0.54 0 0.26 215.86 0.82 0.41
Hex 13 57 BC 5A 36 0 1A D8 52 29
Octal 23 127 274 132 66 0 32 330 122 51
Binary 10011 1010111 10111100 1011010 110110 0 11010 11011000 1010010 101001

Color Harmonies of #1357BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1357BC

Black with #1357BC

Text Example


Text Example

White with #1357BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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