Html Css Color HEX #146CB1 Denim

📋 copy color: '#146CB1'

red 20 ◦ green 108 ◦ blue 177

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

Shades of Denim #146CB1

Tints of Denim #146CB1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.41%

 BLUE value IS 177 (69.53% from 255) = 58.03%

R = 6.56%
G = 35.41%
B = 58.03%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#146CB1 (or 0x146CB1) is known color: Denim. HEX triplet: 14, 6C and B1. RGB value is (20,108,177). Sum of RGB (Red+Green+Blue) = 20+108+177=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 177 (69.53% from 255 or 58.03% from 305); Max value from RGB is 177 - color contains mainly: blue. Hex color #146CB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146CB1 is #EB934E. Grayscale: #595959. Windows color (decimal): -15438671 or 11627540. OLE color: 11627540.

HSL color Cylindrical-coordinate representation of color #146CB1: hue angle of 206.37º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #146CB1 is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 108 177 -
CMYK 0.89 0.39 0 0.31
HSL 206.37º 0.8% 0.39% -
HSV(B) 206.37º 0.89% 0.69% -
XYZ 13.59 14.05 43.59 -
YUV 89.55 177.35 78.39 -
System Red Green Blue C M Y K H S L
Decimal 20 108 177 0.89 0.39 0 0.31 206.37 0.8 0.39
Hex 14 6C B1 59 27 0 1F CE 50 27
Octal 24 154 261 131 47 0 37 316 120 47
Binary 10100 1101100 10110001 1011001 100111 0 11111 11001110 1010000 100111

Color Harmonies of #146CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146CB1

Black with #146CB1

Text Example


Text Example

White with #146CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,108,177); }

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

background-color css

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

 a { background-color: rgb(20,108,177); }

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

border-color css

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

 span { border-color: rgb(20,108,177); }

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