Html Css Color HEX #1465BE Denim

📋 copy color: '#1465BE'

red 20 ◦ green 101 ◦ blue 190

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

Shades of Denim #1465BE

Tints of Denim #1465BE

RGB

 RED value IS 20 (8.2% from 255) = 6.43%

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

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

R = 6.43%
G = 32.48%
B = 61.09%

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

#1465BE (or 0x1465BE) is known color: Denim. HEX triplet: 14, 65 and BE. RGB value is (20,101,190). Sum of RGB (Red+Green+Blue) = 20+101+190=311 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.43% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 190 (74.61% from 255 or 61.09% from 311); Max value from RGB is 190 - color contains mainly: blue. Hex color #1465BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1465BE is #EB9A41. Grayscale: #565656. Windows color (decimal): -15440450 or 12477716. OLE color: 12477716.

HSL color Cylindrical-coordinate representation of color #1465BE: hue angle of 211.41º degrees, saturation: 0.81, 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 #1465BE is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 101 190 -
CMYK 0.89 0.47 0 0.25
HSL 211.41º 0.81% 0.41% -
HSV(B) 211.41º 0.89% 0.75% -
XYZ 14.24 13.17 50.51 -
YUV 86.93 186.16 80.26 -
System Red Green Blue C M Y K H S L
Decimal 20 101 190 0.89 0.47 0 0.25 211.41 0.81 0.41
Hex 14 65 BE 59 2F 0 19 D3 51 29
Octal 24 145 276 131 57 0 31 323 121 51
Binary 10100 1100101 10111110 1011001 101111 0 11001 11010011 1010001 101001

Color Harmonies of #1465BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1465BE

Black with #1465BE

Text Example


Text Example

White with #1465BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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