Html Css Color HEX #146DC9 Denim

📋 copy color: '#146DC9'

red 20 ◦ green 109 ◦ blue 201

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

Shades of Denim #146DC9

Tints of Denim #146DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 60.91%

R = 6.06%
G = 33.03%
B = 60.91%

CMYK

 C value IS 0.90

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#146DC9 (or 0x146DC9) is known color: Denim. HEX triplet: 14, 6D and C9. RGB value is (20,109,201). Sum of RGB (Red+Green+Blue) = 20+109+201=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 201 (78.91% from 255 or 60.91% from 330); Max value from RGB is 201 - color contains mainly: blue. Hex color #146DC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146DC9 is #EB9236. Grayscale: #5C5C5C. Windows color (decimal): -15438391 or 13200660. OLE color: 13200660.

HSL color Cylindrical-coordinate representation of color #146DC9: hue angle of 210.5º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #146DC9 is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 20 109 201 -
CMYK 0.90 0.46 0 0.21
HSL 210.5º 0.82% 0.43% -
HSV(B) 210.5º 0.9% 0.79% -
XYZ 16.3 15.3 57.35 -
YUV 92.88 189.01 76.02 -
System Red Green Blue C M Y K H S L
Decimal 20 109 201 0.90 0.46 0 0.21 210.5 0.82 0.43
Hex 14 6D C9 5A 2E 0 15 D2 52 2B
Octal 24 155 311 132 56 0 25 322 122 53
Binary 10100 1101101 11001001 1011010 101110 0 10101 11010010 1010010 101011

Color Harmonies of #146DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146DC9

Black with #146DC9

Text Example


Text Example

White with #146DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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