Html Css Color HEX #146AAB Denim

📋 copy color: '#146AAB'

red 20 ◦ green 106 ◦ blue 171

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

Shades of Denim #146AAB

Tints of Denim #146AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 57.58%

R = 6.73%
G = 35.69%
B = 57.58%

CMYK

 C value IS 0.88

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#146AAB (or 0x146AAB) is known color: Denim. HEX triplet: 14, 6A and AB. RGB value is (20,106,171). Sum of RGB (Red+Green+Blue) = 20+106+171=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #146AAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146AAB is #EB9554. Grayscale: #575757. Windows color (decimal): -15439189 or 11233812. OLE color: 11233812.

HSL color Cylindrical-coordinate representation of color #146AAB: hue angle of 205.83º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #146AAB is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 106 171 -
CMYK 0.88 0.38 0 0.33
HSL 205.83º 0.79% 0.37% -
HSV(B) 205.83º 0.88% 0.67% -
XYZ 12.79 13.4 40.44 -
YUV 87.7 175.01 79.71 -
System Red Green Blue C M Y K H S L
Decimal 20 106 171 0.88 0.38 0 0.33 205.83 0.79 0.37
Hex 14 6A AB 58 26 0 21 CE 4F 25
Octal 24 152 253 130 46 0 41 316 117 45
Binary 10100 1101010 10101011 1011000 100110 0 100001 11001110 1001111 100101

Color Harmonies of #146AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146AAB

Black with #146AAB

Text Example


Text Example

White with #146AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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