Html Css Color HEX #145FAE Denim

📋 copy color: '#145FAE'

red 20 ◦ green 95 ◦ blue 174

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

Shades of Denim #145FAE

Tints of Denim #145FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 60.21%

R = 6.92%
G = 32.87%
B = 60.21%

CMYK

 C value IS 0.89

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#145FAE (or 0x145FAE) is known color: Denim. HEX triplet: 14, 5F and AE. RGB value is (20,95,174). Sum of RGB (Red+Green+Blue) = 20+95+174=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 174 (68.36% from 255 or 60.21% from 289); Max value from RGB is 174 - color contains mainly: blue. Hex color #145FAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145FAE is #EBA051. Grayscale: #515151. Windows color (decimal): -15442002 or 11427604. OLE color: 11427604.

HSL color Cylindrical-coordinate representation of color #145FAE: hue angle of 210.78º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #145FAE is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 95 174 -
CMYK 0.89 0.45 0 0.32
HSL 210.78º 0.79% 0.38% -
HSV(B) 210.78º 0.89% 0.68% -
XYZ 12.02 11.39 41.61 -
YUV 81.58 180.15 84.08 -
System Red Green Blue C M Y K H S L
Decimal 20 95 174 0.89 0.45 0 0.32 210.78 0.79 0.38
Hex 14 5F AE 59 2D 0 20 D3 4F 26
Octal 24 137 256 131 55 0 40 323 117 46
Binary 10100 1011111 10101110 1011001 101101 0 100000 11010011 1001111 100110

Color Harmonies of #145FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145FAE

Black with #145FAE

Text Example


Text Example

White with #145FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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