Html Css Color HEX #1467CD Denim

📋 copy color: '#1467CD'

red 20 ◦ green 103 ◦ blue 205

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

Shades of Denim #1467CD

Tints of Denim #1467CD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.4%

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

R = 6.1%
G = 31.4%
B = 62.5%

CMYK

 C value IS 0.90

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1467CD (or 0x1467CD) is known color: Denim. HEX triplet: 14, 67 and CD. RGB value is (20,103,205). Sum of RGB (Red+Green+Blue) = 20+103+205=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 205 (80.47% from 255 or 62.5% from 328); Max value from RGB is 205 - color contains mainly: blue. Hex color #1467CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1467CD is #EB9832. Grayscale: #595959. Windows color (decimal): -15439923 or 13461268. OLE color: 13461268.

HSL color Cylindrical-coordinate representation of color #1467CD: hue angle of 213.08º 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 #1467CD is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 103 205 -
CMYK 0.90 0.50 0 0.20
HSL 213.08º 0.82% 0.44% -
HSV(B) 213.08º 0.9% 0.8% -
XYZ 16.16 14.26 59.66 -
YUV 89.81 193 78.21 -
System Red Green Blue C M Y K H S L
Decimal 20 103 205 0.90 0.50 0 0.20 213.08 0.82 0.44
Hex 14 67 CD 5A 32 0 14 D5 52 2C
Octal 24 147 315 132 62 0 24 325 122 54
Binary 10100 1100111 11001101 1011010 110010 0 10100 11010101 1010010 101100

Color Harmonies of #1467CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1467CD

Black with #1467CD

Text Example


Text Example

White with #1467CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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