Html Css Color HEX #1461CD Denim

📋 copy color: '#1461CD'

red 20 ◦ green 97 ◦ blue 205

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

Shades of Denim #1461CD

Tints of Denim #1461CD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.12%

 BLUE value IS 205 (80.47% from 255) = 63.66%

R = 6.21%
G = 30.12%
B = 63.66%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1461CD (or 0x1461CD) is known color: Denim. HEX triplet: 14, 61 and CD. RGB value is (20,97,205). Sum of RGB (Red+Green+Blue) = 20+97+205=322 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.21% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 205 (80.47% from 255 or 63.66% from 322); Max value from RGB is 205 - color contains mainly: blue. Hex color #1461CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1461CD is #EB9E32. Grayscale: #555555. Windows color (decimal): -15441459 or 13459732. OLE color: 13459732.

HSL color Cylindrical-coordinate representation of color #1461CD: hue angle of 215.03º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1461CD is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 97 205 -
CMYK 0.90 0.53 0 0.20
HSL 215.03º 0.82% 0.44% -
HSV(B) 215.03º 0.9% 0.8% -
XYZ 15.58 13.11 59.47 -
YUV 86.29 194.99 80.72 -
System Red Green Blue C M Y K H S L
Decimal 20 97 205 0.90 0.53 0 0.20 215.03 0.82 0.44
Hex 14 61 CD 5A 35 0 14 D7 52 2C
Octal 24 141 315 132 65 0 24 327 122 54
Binary 10100 1100001 11001101 1011010 110101 0 10100 11010111 1010010 101100

Color Harmonies of #1461CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1461CD

Black with #1461CD

Text Example


Text Example

White with #1461CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1461CD; }

 p { color: rgb(20,97,205); }

 H1.HeaderClassName
 {
   color: #1461CD;
 }
 .AnyTagClassName
 {
   color: #1461CD;
 }
</style>

background-color css

<style>
 a { background-color: #1461CD; }

 a { background-color: rgb(20,97,205); }

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

border-color css

<style>
 span { border-color: #1461CD; }

 span { border-color: rgb(20,97,205); }

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