Html Css Color HEX #1565BE Denim

📋 copy color: '#1565BE'

red 21 ◦ green 101 ◦ blue 190

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

Shades of Denim #1565BE

Tints of Denim #1565BE

RGB

 RED value IS 21 (8.59% from 255) = 6.73%

 GREEN value IS 101 (39.84% from 255) = 32.37%

 BLUE value IS 190 (74.61% from 255) = 60.9%

R = 6.73%
G = 32.37%
B = 60.9%

CMYK

 C value IS 0.89

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1565BE (or 0x1565BE) is known color: Denim. HEX triplet: 15, 65 and BE. RGB value is (21,101,190). Sum of RGB (Red+Green+Blue) = 21+101+190=312 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.73% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 190 (74.61% from 255 or 60.90% from 312); Max value from RGB is 190 - color contains mainly: blue. Hex color #1565BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1565BE is #EA9A41. Grayscale: #565656. Windows color (decimal): -15374914 or 12477717. OLE color: 12477717.

HSL color Cylindrical-coordinate representation of color #1565BE: hue angle of 211.6º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1565BE is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 101 190 -
CMYK 0.89 0.47 0 0.25
HSL 211.6º 0.8% 0.41% -
HSV(B) 211.6º 0.89% 0.75% -
XYZ 14.26 13.18 50.51 -
YUV 87.23 186 80.76 -
System Red Green Blue C M Y K H S L
Decimal 21 101 190 0.89 0.47 0 0.25 211.6 0.8 0.41
Hex 15 65 BE 59 2F 0 19 D4 50 29
Octal 25 145 276 131 57 0 31 324 120 51
Binary 10101 1100101 10111110 1011001 101111 0 11001 11010100 1010000 101001

Color Harmonies of #1565BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1565BE

Black with #1565BE

Text Example


Text Example

White with #1565BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1565BE; }

 p { color: rgb(21,101,190); }

 H1.HeaderClassName
 {
   color: #1565BE;
 }
 .AnyTagClassName
 {
   color: #1565BE;
 }
</style>

background-color css

<style>
 a { background-color: #1565BE; }

 a { background-color: rgb(21,101,190); }

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

border-color css

<style>
 span { border-color: #1565BE; }

 span { border-color: rgb(21,101,190); }

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