#145CD3

Color #145CD3 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #145CD3

Tints of Denim #145CD3

Color information

#145CD3 (or 0x145CD3) is unknown color: approx Denim. HEX triplet: 14, 5C and D3. RGB value is (20,92,211). Sum of RGB (Red+Green+Blue) = 20+92+211=323 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.19% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 211 (82.81% from 255 or 65.33% from 323); Max value from RGB is 211 - color contains mainly: blue. Hex color #145CD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145CD3 is #EBA32C. Grayscale: #535353. Windows color (decimal): -15442733 or 13851668. OLE color: 13851668.

HSL color Cylindrical-coordinate representation of color #145CD3: hue angle of 217.38º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #145CD3 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB2092211-
CMYK0.910.5600.17
HSL217.38º82.68%45.29%-
HSV(B)217.38º90.52%82.75%-
XYZ15.8712.5163.21-
YUV84.04199.6582.32-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.19%
GREEN value IS 92 (36.33% from 255) = 28.48%
BLUE value IS 211 (82.81% from 255) = 65.33%
R=6.19%
G=28.48%
B=65.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal20922110.910.5600.17217.3882.6845.29
Hex145CD35B38011d9532d
Octal241343231337002133112355
Binary101001011100110100111011011111000010001110110011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #145CD3;
 }
 .AnyTagClassName
 {
   color: #145CD3;
 }
</style>
background-color css

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

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

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

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

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

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