Html Css Color HEX #145DA5 Denim

📋 copy color: '#145DA5'

red 20 ◦ green 93 ◦ blue 165

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

Shades of Denim #145DA5

Tints of Denim #145DA5

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.45%

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

R = 7.19%
G = 33.45%
B = 59.35%

CMYK

 C value IS 0.88

 M value IS 0.44

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#145DA5 (or 0x145DA5) is known color: Denim. HEX triplet: 14, 5D and A5. RGB value is (20,93,165). Sum of RGB (Red+Green+Blue) = 20+93+165=278 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.19% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 165 (64.84% from 255 or 59.35% from 278); Max value from RGB is 165 - color contains mainly: blue. Hex color #145DA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145DA5 is #EBA25A. Grayscale: #4F4F4F. Windows color (decimal): -15442523 or 10837268. OLE color: 10837268.

HSL color Cylindrical-coordinate representation of color #145DA5: hue angle of 209.79º 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 #145DA5 is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 20 93 165 -
CMYK 0.88 0.44 0 0.35
HSL 209.79º 0.78% 0.36% -
HSV(B) 209.79º 0.88% 0.65% -
XYZ 10.99 10.69 37.08 -
YUV 79.38 176.32 85.65 -
System Red Green Blue C M Y K H S L
Decimal 20 93 165 0.88 0.44 0 0.35 209.79 0.78 0.36
Hex 14 5D A5 58 2C 0 23 D2 4E 24
Octal 24 135 245 130 54 0 43 322 116 44
Binary 10100 1011101 10100101 1011000 101100 0 100011 11010010 1001110 100100

Color Harmonies of #145DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145DA5

Black with #145DA5

Text Example


Text Example

White with #145DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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