Html Css Color HEX #1465BF Denim

📋 copy color: '#1465BF'

red 20 ◦ green 101 ◦ blue 191

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

Shades of Denim #1465BF

Tints of Denim #1465BF

RGB

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

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

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

R = 6.41%
G = 32.37%
B = 61.22%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1465BF (or 0x1465BF) is known color: Denim. HEX triplet: 14, 65 and BF. RGB value is (20,101,191). Sum of RGB (Red+Green+Blue) = 20+101+191=312 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.41% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 191 (75% from 255 or 61.22% from 312); Max value from RGB is 191 - color contains mainly: blue. Hex color #1465BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1465BF is #EB9A40. Grayscale: #565656. Windows color (decimal): -15440449 or 12543252. OLE color: 12543252.

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

Color convert

RGB 20 101 191 -
CMYK 0.90 0.47 0 0.25
HSL 211.58º 0.81% 0.41% -
HSV(B) 211.58º 0.9% 0.75% -
XYZ 14.35 13.22 51.09 -
YUV 87.04 186.66 80.18 -
System Red Green Blue C M Y K H S L
Decimal 20 101 191 0.90 0.47 0 0.25 211.58 0.81 0.41
Hex 14 65 BF 5A 2F 0 19 D4 51 29
Octal 24 145 277 132 57 0 31 324 121 51
Binary 10100 1100101 10111111 1011010 101111 0 11001 11010100 1010001 101001

Color Harmonies of #1465BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1465BF

Black with #1465BF

Text Example


Text Example

White with #1465BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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