Html Css Color HEX #145AAE Denim

📋 copy color: '#145AAE'

red 20 ◦ green 90 ◦ blue 174

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

Shades of Denim #145AAE

Tints of Denim #145AAE

RGB

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

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

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

R = 7.04%
G = 31.69%
B = 61.27%

CMYK

 C value IS 0.89

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#145AAE (or 0x145AAE) is known color: Denim. HEX triplet: 14, 5A and AE. RGB value is (20,90,174). Sum of RGB (Red+Green+Blue) = 20+90+174=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 174 (68.36% from 255 or 61.27% from 284); Max value from RGB is 174 - color contains mainly: blue. Hex color #145AAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145AAE is #EBA551. Grayscale: #4E4E4E. Windows color (decimal): -15443282 or 11426324. OLE color: 11426324.

HSL color Cylindrical-coordinate representation of color #145AAE: hue angle of 212.73º 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 #145AAE is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 90 174 -
CMYK 0.89 0.48 0 0.32
HSL 212.73º 0.79% 0.38% -
HSV(B) 212.73º 0.89% 0.68% -
XYZ 11.58 10.52 41.46 -
YUV 78.65 181.81 86.17 -
System Red Green Blue C M Y K H S L
Decimal 20 90 174 0.89 0.48 0 0.32 212.73 0.79 0.38
Hex 14 5A AE 59 30 0 20 D5 4F 26
Octal 24 132 256 131 60 0 40 325 117 46
Binary 10100 1011010 10101110 1011001 110000 0 100000 11010101 1001111 100110

Color Harmonies of #145AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145AAE

Black with #145AAE

Text Example


Text Example

White with #145AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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