Html Css Color HEX #146AC9 Denim

📋 copy color: '#146AC9'

red 20 ◦ green 106 ◦ blue 201

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

Shades of Denim #146AC9

Tints of Denim #146AC9

RGB

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

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

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

R = 6.12%
G = 32.42%
B = 61.47%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#146AC9 (or 0x146AC9) is known color: Denim. HEX triplet: 14, 6A and C9. RGB value is (20,106,201). Sum of RGB (Red+Green+Blue) = 20+106+201=327 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.12% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 201 (78.91% from 255 or 61.47% from 327); Max value from RGB is 201 - color contains mainly: blue. Hex color #146AC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146AC9 is #EB9536. Grayscale: #5A5A5A. Windows color (decimal): -15439159 or 13199892. OLE color: 13199892.

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

Color convert

RGB 20 106 201 -
CMYK 0.90 0.47 0 0.21
HSL 211.49º 0.82% 0.43% -
HSV(B) 211.49º 0.9% 0.79% -
XYZ 15.99 14.67 57.25 -
YUV 91.12 190.01 77.28 -
System Red Green Blue C M Y K H S L
Decimal 20 106 201 0.90 0.47 0 0.21 211.49 0.82 0.43
Hex 14 6A C9 5A 2F 0 15 D3 52 2B
Octal 24 152 311 132 57 0 25 323 122 53
Binary 10100 1101010 11001001 1011010 101111 0 10101 11010011 1010010 101011

Color Harmonies of #146AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146AC9

Black with #146AC9

Text Example


Text Example

White with #146AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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