Html Css Color HEX #146DCC Denim

📋 copy color: '#146DCC'

red 20 ◦ green 109 ◦ blue 204

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

Shades of Denim #146DCC

Tints of Denim #146DCC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.73%

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

R = 6.01%
G = 32.73%
B = 61.26%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#146DCC (or 0x146DCC) is known color: Denim. HEX triplet: 14, 6D and CC. RGB value is (20,109,204). Sum of RGB (Red+Green+Blue) = 20+109+204=333 (44% of max value = 765). Red value is 20 (8.20% from 255 or 6.01% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #146DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146DCC is #EB9233. Grayscale: #5C5C5C. Windows color (decimal): -15438388 or 13397268. OLE color: 13397268.

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

Color convert

RGB 20 109 204 -
CMYK 0.90 0.47 0 0.2
HSL 210.98º 0.82% 0.44% -
HSV(B) 210.98º 0.9% 0.8% -
XYZ 16.66 15.45 59.23 -
YUV 93.22 190.51 75.78 -
System Red Green Blue C M Y K H S L
Decimal 20 109 204 0.90 0.47 0 0.2 210.98 0.82 0.44
Hex 14 6D CC 5A 2F 0 14 D3 52 2C
Octal 24 155 314 132 57 0 24 323 122 54
Binary 10100 1101101 11001100 1011010 101111 0 10100 11010011 1010010 101100

Color Harmonies of #146DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146DCC

Black with #146DCC

Text Example


Text Example

White with #146DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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