Html Css Color HEX #145FA5 Denim

📋 copy color: '#145FA5'

red 20 ◦ green 95 ◦ blue 165

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

Shades of Denim #145FA5

Tints of Denim #145FA5

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.93%

 BLUE value IS 165 (64.84% from 255) = 58.93%

R = 7.14%
G = 33.93%
B = 58.93%

CMYK

 C value IS 0.88

 M value IS 0.42

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#145FA5 (or 0x145FA5) is known color: Denim. HEX triplet: 14, 5F and A5. RGB value is (20,95,165). Sum of RGB (Red+Green+Blue) = 20+95+165=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 165 (64.84% from 255 or 58.93% from 280); Max value from RGB is 165 - color contains mainly: blue. Hex color #145FA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145FA5 is #EBA05A. Grayscale: #505050. Windows color (decimal): -15442011 or 10837780. OLE color: 10837780.

HSL color Cylindrical-coordinate representation of color #145FA5: hue angle of 208.97º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #145FA5 is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 20 95 165 -
CMYK 0.88 0.42 0 0.35
HSL 208.97º 0.78% 0.36% -
HSV(B) 208.97º 0.88% 0.65% -
XYZ 11.17 11.05 37.14 -
YUV 80.56 175.65 84.81 -
System Red Green Blue C M Y K H S L
Decimal 20 95 165 0.88 0.42 0 0.35 208.97 0.78 0.36
Hex 14 5F A5 58 2A 0 23 D1 4E 24
Octal 24 137 245 130 52 0 43 321 116 44
Binary 10100 1011111 10100101 1011000 101010 0 100011 11010001 1001110 100100

Color Harmonies of #145FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145FA5

Black with #145FA5

Text Example


Text Example

White with #145FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,95,165); }

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

background-color css

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

 a { background-color: rgb(20,95,165); }

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

border-color css

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

 span { border-color: rgb(20,95,165); }

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