Html Css Color HEX #146ACD Denim

📋 copy color: '#146ACD'

red 20 ◦ green 106 ◦ blue 205

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

Shades of Denim #146ACD

Tints of Denim #146ACD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.02%

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

R = 6.04%
G = 32.02%
B = 61.93%

CMYK

 C value IS 0.90

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#146ACD (or 0x146ACD) is known color: Denim. HEX triplet: 14, 6A and CD. RGB value is (20,106,205). Sum of RGB (Red+Green+Blue) = 20+106+205=331 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.04% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 205 (80.47% from 255 or 61.93% from 331); Max value from RGB is 205 - color contains mainly: blue. Hex color #146ACD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146ACD is #EB9532. Grayscale: #5B5B5B. Windows color (decimal): -15439155 or 13462036. OLE color: 13462036.

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

Color convert

RGB 20 106 205 -
CMYK 0.90 0.48 0 0.20
HSL 212.11º 0.82% 0.44% -
HSV(B) 212.11º 0.9% 0.8% -
XYZ 16.46 14.86 59.76 -
YUV 91.57 192.01 76.95 -
System Red Green Blue C M Y K H S L
Decimal 20 106 205 0.90 0.48 0 0.20 212.11 0.82 0.44
Hex 14 6A CD 5A 30 0 14 D4 52 2C
Octal 24 152 315 132 60 0 24 324 122 54
Binary 10100 1101010 11001101 1011010 110000 0 10100 11010100 1010010 101100

Color Harmonies of #146ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146ACD

Black with #146ACD

Text Example


Text Example

White with #146ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146ACD; }

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

 H1.HeaderClassName
 {
   color: #146ACD;
 }
 .AnyTagClassName
 {
   color: #146ACD;
 }
</style>

background-color css

<style>
 a { background-color: #146ACD; }

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

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

border-color css

<style>
 span { border-color: #146ACD; }

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

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