Html Css Color HEX #145ABF Denim

📋 copy color: '#145ABF'

red 20 ◦ green 90 ◦ blue 191

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

Shades of Denim #145ABF

Tints of Denim #145ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 63.46%

R = 6.64%
G = 29.9%
B = 63.46%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#145ABF (or 0x145ABF) is known color: Denim. HEX triplet: 14, 5A and BF. RGB value is (20,90,191). Sum of RGB (Red+Green+Blue) = 20+90+191=301 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.64% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 191 (75% from 255 or 63.46% from 301); Max value from RGB is 191 - color contains mainly: blue. Hex color #145ABF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145ABF is #EBA540. Grayscale: #505050. Windows color (decimal): -15443265 or 12540436. OLE color: 12540436.

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

Color convert

RGB 20 90 191 -
CMYK 0.90 0.53 0 0.25
HSL 215.44º 0.81% 0.41% -
HSV(B) 215.44º 0.9% 0.75% -
XYZ 13.35 11.22 50.75 -
YUV 80.58 190.31 84.79 -
System Red Green Blue C M Y K H S L
Decimal 20 90 191 0.90 0.53 0 0.25 215.44 0.81 0.41
Hex 14 5A BF 5A 35 0 19 D7 51 29
Octal 24 132 277 132 65 0 31 327 121 51
Binary 10100 1011010 10111111 1011010 110101 0 11001 11010111 1010001 101001

Color Harmonies of #145ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145ABF

Black with #145ABF

Text Example


Text Example

White with #145ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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