Html Css Color HEX #1359BC Denim

📋 copy color: '#1359BC'

red 19 ◦ green 89 ◦ blue 188

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

Shades of Denim #1359BC

Tints of Denim #1359BC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.07%

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

R = 6.42%
G = 30.07%
B = 63.51%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1359BC (or 0x1359BC) is known color: Denim. HEX triplet: 13, 59 and BC. RGB value is (19,89,188). Sum of RGB (Red+Green+Blue) = 19+89+188=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 188 (73.83% from 255 or 63.51% from 296); Max value from RGB is 188 - color contains mainly: blue. Hex color #1359BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1359BC is #ECA643. Grayscale: #4E4E4E. Windows color (decimal): -15509060 or 12343571. OLE color: 12343571.

HSL color Cylindrical-coordinate representation of color #1359BC: hue angle of 215.15º 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 #1359BC is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 89 188 -
CMYK 0.90 0.53 0 0.26
HSL 215.15º 0.82% 0.41% -
HSV(B) 215.15º 0.9% 0.74% -
XYZ 12.92 10.91 49 -
YUV 79.36 189.31 84.95 -
System Red Green Blue C M Y K H S L
Decimal 19 89 188 0.90 0.53 0 0.26 215.15 0.82 0.41
Hex 13 59 BC 5A 35 0 1A D7 52 29
Octal 23 131 274 132 65 0 32 327 122 51
Binary 10011 1011001 10111100 1011010 110101 0 11010 11010111 1010010 101001

Color Harmonies of #1359BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1359BC

Black with #1359BC

Text Example


Text Example

White with #1359BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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