#145BB8

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

Shades of Denim #145BB8

Tints of Denim #145BB8

Color information

#145BB8 (or 0x145BB8) is unknown color: approx Denim. HEX triplet: 14, 5B and B8. RGB value is (20,91,184). Sum of RGB (Red+Green+Blue) = 20+91+184=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 184 (72.27% from 255 or 62.37% from 295); Max value from RGB is 184 - color contains mainly: blue. Hex color #145BB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145BB8 is #EBA447. Grayscale: #4F4F4F. Windows color (decimal): -15443016 or 12081940. OLE color: 12081940.

HSL color Cylindrical-coordinate representation of color #145BB8: hue angle of 214.02º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #145BB8 is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB2091184-
CMYK0.890.5100.28
HSL214.02º80.39%40%-
HSV(B)214.02º89.13%72.16%-
XYZ12.6811.0946.82-
YUV80.37186.4884.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.78%
GREEN value IS 91 (35.94% from 255) = 30.85%
BLUE value IS 184 (72.27% from 255) = 62.37%
R=6.78%
G=30.85%
B=62.37%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal20911840.890.5100.28214.0280.3940
Hex145BB8593301Cd65028
Octal241332701316303432612050
Binary101001011011101110001011001110011011100110101101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,91,184); }

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

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

 a { background-color: rgb(20,91,184); }

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

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

 span { border-color: rgb(20,91,184); }

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