Html Css Color HEX #146EBA Denim

📋 copy color: '#146EBA'

red 20 ◦ green 110 ◦ blue 186

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

Shades of Denim #146EBA

Tints of Denim #146EBA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.81%

 BLUE value IS 186 (73.05% from 255) = 58.86%

R = 6.33%
G = 34.81%
B = 58.86%

CMYK

 C value IS 0.89

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#146EBA (or 0x146EBA) is known color: Denim. HEX triplet: 14, 6E and BA. RGB value is (20,110,186). Sum of RGB (Red+Green+Blue) = 20+110+186=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #146EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146EBA is #EB9145. Grayscale: #5B5B5B. Windows color (decimal): -15438150 or 12217876. OLE color: 12217876.

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

Color convert

RGB 20 110 186 -
CMYK 0.89 0.41 0 0.27
HSL 207.47º 0.81% 0.4% -
HSV(B) 207.47º 0.89% 0.73% -
XYZ 14.73 14.85 48.54 -
YUV 91.75 181.18 76.82 -
System Red Green Blue C M Y K H S L
Decimal 20 110 186 0.89 0.41 0 0.27 207.47 0.81 0.4
Hex 14 6E BA 59 29 0 1B CF 51 28
Octal 24 156 272 131 51 0 33 317 121 50
Binary 10100 1101110 10111010 1011001 101001 0 11011 11001111 1010001 101000

Color Harmonies of #146EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146EBA

Black with #146EBA

Text Example


Text Example

White with #146EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,110,186); }

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

background-color css

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

 a { background-color: rgb(20,110,186); }

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

border-color css

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

 span { border-color: rgb(20,110,186); }

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