Html Css Color HEX #145CAD Denim

📋 copy color: '#145CAD'

red 20 ◦ green 92 ◦ blue 173

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

Shades of Denim #145CAD

Tints of Denim #145CAD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.28%

 BLUE value IS 173 (67.97% from 255) = 60.7%

R = 7.02%
G = 32.28%
B = 60.7%

CMYK

 C value IS 0.88

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#145CAD (or 0x145CAD) is known color: Denim. HEX triplet: 14, 5C and AD. RGB value is (20,92,173). Sum of RGB (Red+Green+Blue) = 20+92+173=285 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.02% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #145CAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145CAD is #EBA352. Grayscale: #4F4F4F. Windows color (decimal): -15442771 or 11361300. OLE color: 11361300.

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

Color convert

RGB 20 92 173 -
CMYK 0.88 0.47 0 0.32
HSL 211.76º 0.79% 0.38% -
HSV(B) 211.76º 0.88% 0.68% -
XYZ 11.66 10.82 41.01 -
YUV 79.71 180.65 85.41 -
System Red Green Blue C M Y K H S L
Decimal 20 92 173 0.88 0.47 0 0.32 211.76 0.79 0.38
Hex 14 5C AD 58 2F 0 20 D4 4F 26
Octal 24 134 255 130 57 0 40 324 117 46
Binary 10100 1011100 10101101 1011000 101111 0 100000 11010100 1001111 100110

Color Harmonies of #145CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145CAD

Black with #145CAD

Text Example


Text Example

White with #145CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,92,173); }

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

background-color css

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

 a { background-color: rgb(20,92,173); }

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

border-color css

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

 span { border-color: rgb(20,92,173); }

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