Html Css Color HEX #145ABE Denim

📋 copy color: '#145ABE'

red 20 ◦ green 90 ◦ blue 190

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

Shades of Denim #145ABE

Tints of Denim #145ABE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30%

 BLUE value IS 190 (74.61% from 255) = 63.33%

R = 6.67%
G = 30%
B = 63.33%

CMYK

 C value IS 0.89

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#145ABE (or 0x145ABE) is known color: Denim. HEX triplet: 14, 5A and BE. RGB value is (20,90,190). Sum of RGB (Red+Green+Blue) = 20+90+190=300 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.67% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 190 (74.61% from 255 or 63.33% from 300); Max value from RGB is 190 - color contains mainly: blue. Hex color #145ABE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145ABE is #EBA541. Grayscale: #505050. Windows color (decimal): -15443266 or 12474900. OLE color: 12474900.

HSL color Cylindrical-coordinate representation of color #145ABE: hue angle of 215.29º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #145ABE is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 90 190 -
CMYK 0.89 0.53 0 0.25
HSL 215.29º 0.81% 0.41% -
HSV(B) 215.29º 0.89% 0.75% -
XYZ 13.24 11.18 50.18 -
YUV 80.47 189.81 84.87 -
System Red Green Blue C M Y K H S L
Decimal 20 90 190 0.89 0.53 0 0.25 215.29 0.81 0.41
Hex 14 5A BE 59 35 0 19 D7 51 29
Octal 24 132 276 131 65 0 31 327 121 51
Binary 10100 1011010 10111110 1011001 110101 0 11001 11010111 1010001 101001

Color Harmonies of #145ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145ABE

Black with #145ABE

Text Example


Text Example

White with #145ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145ABE; }

 p { color: rgb(20,90,190); }

 H1.HeaderClassName
 {
   color: #145ABE;
 }
 .AnyTagClassName
 {
   color: #145ABE;
 }
</style>

background-color css

<style>
 a { background-color: #145ABE; }

 a { background-color: rgb(20,90,190); }

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

border-color css

<style>
 span { border-color: #145ABE; }

 span { border-color: rgb(20,90,190); }

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