Html Css Color HEX #1467C0 Denim

📋 copy color: '#1467C0'

red 20 ◦ green 103 ◦ blue 192

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

Shades of Denim #1467C0

Tints of Denim #1467C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 60.95%

R = 6.35%
G = 32.7%
B = 60.95%

CMYK

 C value IS 0.90

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1467C0 (or 0x1467C0) is known color: Denim. HEX triplet: 14, 67 and C0. RGB value is (20,103,192). Sum of RGB (Red+Green+Blue) = 20+103+192=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 192 (75.39% from 255 or 60.95% from 315); Max value from RGB is 192 - color contains mainly: blue. Hex color #1467C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1467C0 is #EB983F. Grayscale: #575757. Windows color (decimal): -15439936 or 12609300. OLE color: 12609300.

HSL color Cylindrical-coordinate representation of color #1467C0: hue angle of 211.05º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1467C0 is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 103 192 -
CMYK 0.90 0.46 0 0.25
HSL 211.05º 0.81% 0.42% -
HSV(B) 211.05º 0.9% 0.75% -
XYZ 14.65 13.65 51.73 -
YUV 88.33 186.5 79.26 -
System Red Green Blue C M Y K H S L
Decimal 20 103 192 0.90 0.46 0 0.25 211.05 0.81 0.42
Hex 14 67 C0 5A 2E 0 19 D3 51 2A
Octal 24 147 300 132 56 0 31 323 121 52
Binary 10100 1100111 11000000 1011010 101110 0 11001 11010011 1010001 101010

Color Harmonies of #1467C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1467C0

Black with #1467C0

Text Example


Text Example

White with #1467C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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