Html Css Color HEX #146ACC Denim

📋 copy color: '#146ACC'

red 20 ◦ green 106 ◦ blue 204

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

Shades of Denim #146ACC

Tints of Denim #146ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 61.82%

R = 6.06%
G = 32.12%
B = 61.82%

CMYK

 C value IS 0.90

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#146ACC (or 0x146ACC) is known color: Denim. HEX triplet: 14, 6A and CC. RGB value is (20,106,204). Sum of RGB (Red+Green+Blue) = 20+106+204=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #146ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146ACC is #EB9533. Grayscale: #5A5A5A. Windows color (decimal): -15439156 or 13396500. OLE color: 13396500.

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

Color convert

RGB 20 106 204 -
CMYK 0.90 0.48 0 0.2
HSL 211.96º 0.82% 0.44% -
HSV(B) 211.96º 0.9% 0.8% -
XYZ 16.34 14.82 59.13 -
YUV 91.46 191.51 77.03 -
System Red Green Blue C M Y K H S L
Decimal 20 106 204 0.90 0.48 0 0.2 211.96 0.82 0.44
Hex 14 6A CC 5A 30 0 14 D4 52 2C
Octal 24 152 314 132 60 0 24 324 122 54
Binary 10100 1101010 11001100 1011010 110000 0 10100 11010100 1010010 101100

Color Harmonies of #146ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146ACC

Black with #146ACC

Text Example


Text Example

White with #146ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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