Html Css Color HEX #1465CE Denim

📋 copy color: '#1465CE'

red 20 ◦ green 101 ◦ blue 206

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

Shades of Denim #1465CE

Tints of Denim #1465CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 63%

R = 6.12%
G = 30.89%
B = 63%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1465CE (or 0x1465CE) is known color: Denim. HEX triplet: 14, 65 and CE. RGB value is (20,101,206). Sum of RGB (Red+Green+Blue) = 20+101+206=327 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.12% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 206 (80.86% from 255 or 63.00% from 327); Max value from RGB is 206 - color contains mainly: blue. Hex color #1465CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1465CE is #EB9A31. Grayscale: #585858. Windows color (decimal): -15440434 or 13526292. OLE color: 13526292.

HSL color Cylindrical-coordinate representation of color #1465CE: hue angle of 213.87º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1465CE is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 101 206 -
CMYK 0.90 0.51 0 0.19
HSL 213.87º 0.82% 0.44% -
HSV(B) 213.87º 0.9% 0.81% -
XYZ 16.08 13.91 60.23 -
YUV 88.75 194.16 78.96 -
System Red Green Blue C M Y K H S L
Decimal 20 101 206 0.90 0.51 0 0.19 213.87 0.82 0.44
Hex 14 65 CE 5A 33 0 13 D6 52 2C
Octal 24 145 316 132 63 0 23 326 122 54
Binary 10100 1100101 11001110 1011010 110011 0 10011 11010110 1010010 101100

Color Harmonies of #1465CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1465CE

Black with #1465CE

Text Example


Text Example

White with #1465CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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