Html Css Color HEX #1465BB Denim

📋 copy color: '#1465BB'

red 20 ◦ green 101 ◦ blue 187

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

Shades of Denim #1465BB

Tints of Denim #1465BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 60.71%

R = 6.49%
G = 32.79%
B = 60.71%

CMYK

 C value IS 0.89

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1465BB (or 0x1465BB) is known color: Denim. HEX triplet: 14, 65 and BB. RGB value is (20,101,187). Sum of RGB (Red+Green+Blue) = 20+101+187=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 187 (73.44% from 255 or 60.71% from 308); Max value from RGB is 187 - color contains mainly: blue. Hex color #1465BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1465BB is #EB9A44. Grayscale: #565656. Windows color (decimal): -15440453 or 12281108. OLE color: 12281108.

HSL color Cylindrical-coordinate representation of color #1465BB: hue angle of 210.9º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1465BB is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 101 187 -
CMYK 0.89 0.46 0 0.27
HSL 210.9º 0.81% 0.41% -
HSV(B) 210.9º 0.89% 0.73% -
XYZ 13.91 13.04 48.8 -
YUV 86.59 184.66 80.51 -
System Red Green Blue C M Y K H S L
Decimal 20 101 187 0.89 0.46 0 0.27 210.9 0.81 0.41
Hex 14 65 BB 59 2E 0 1B D3 51 29
Octal 24 145 273 131 56 0 33 323 121 51
Binary 10100 1100101 10111011 1011001 101110 0 11011 11010011 1010001 101001

Color Harmonies of #1465BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1465BB

Black with #1465BB

Text Example


Text Example

White with #1465BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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