Html Css Color HEX #146ABC Denim

📋 copy color: '#146ABC'

red 20 ◦ green 106 ◦ blue 188

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

Shades of Denim #146ABC

Tints of Denim #146ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.87%

R = 6.37%
G = 33.76%
B = 59.87%

CMYK

 C value IS 0.89

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#146ABC (or 0x146ABC) is known color: Denim. HEX triplet: 14, 6A and BC. RGB value is (20,106,188). Sum of RGB (Red+Green+Blue) = 20+106+188=314 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.37% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 188 (73.83% from 255 or 59.87% from 314); Max value from RGB is 188 - color contains mainly: blue. Hex color #146ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146ABC is #EB9543. Grayscale: #595959. Windows color (decimal): -15439172 or 12347924. OLE color: 12347924.

HSL color Cylindrical-coordinate representation of color #146ABC: hue angle of 209.29º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #146ABC is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 20 106 188 -
CMYK 0.89 0.44 0 0.26
HSL 209.29º 0.81% 0.41% -
HSV(B) 209.29º 0.89% 0.74% -
XYZ 14.52 14.09 49.53 -
YUV 89.63 183.51 78.33 -
System Red Green Blue C M Y K H S L
Decimal 20 106 188 0.89 0.44 0 0.26 209.29 0.81 0.41
Hex 14 6A BC 59 2C 0 1A D1 51 29
Octal 24 152 274 131 54 0 32 321 121 51
Binary 10100 1101010 10111100 1011001 101100 0 11010 11010001 1010001 101001

Color Harmonies of #146ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146ABC

Black with #146ABC

Text Example


Text Example

White with #146ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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