Html Css Color HEX #146ACE Denim

📋 copy color: '#146ACE'

red 20 ◦ green 106 ◦ blue 206

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

Shades of Denim #146ACE

Tints of Denim #146ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 62.05%

R = 6.02%
G = 31.93%
B = 62.05%

CMYK

 C value IS 0.90

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#146ACE (or 0x146ACE) is known color: Denim. HEX triplet: 14, 6A and CE. RGB value is (20,106,206). Sum of RGB (Red+Green+Blue) = 20+106+206=332 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.02% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #146ACE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146ACE is #EB9531. Grayscale: #5B5B5B. Windows color (decimal): -15439154 or 13527572. OLE color: 13527572.

HSL color Cylindrical-coordinate representation of color #146ACE: hue angle of 212.26º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #146ACE is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 106 206 -
CMYK 0.90 0.49 0 0.19
HSL 212.26º 0.82% 0.44% -
HSV(B) 212.26º 0.9% 0.81% -
XYZ 16.58 14.91 60.4 -
YUV 91.69 192.51 76.87 -
System Red Green Blue C M Y K H S L
Decimal 20 106 206 0.90 0.49 0 0.19 212.26 0.82 0.44
Hex 14 6A CE 5A 31 0 13 D4 52 2C
Octal 24 152 316 132 61 0 23 324 122 54
Binary 10100 1101010 11001110 1011010 110001 0 10011 11010100 1010010 101100

Color Harmonies of #146ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146ACE

Black with #146ACE

Text Example


Text Example

White with #146ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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