#1455CE

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

Shades of Denim #1455CE

Tints of Denim #1455CE

Color information

#1455CE (or 0x1455CE) is unknown color: approx Denim. HEX triplet: 14, 55 and CE. RGB value is (20,85,206). Sum of RGB (Red+Green+Blue) = 20+85+206=311 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.43% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 206 (80.86% from 255 or 66.24% from 311); Max value from RGB is 206 - color contains mainly: blue. Hex color #1455CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1455CE is #EBAA31. Grayscale: #4E4E4E. Windows color (decimal): -15444530 or 13522196. OLE color: 13522196.

HSL color Cylindrical-coordinate representation of color #1455CE: hue angle of 219.03º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1455CE is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB2085206-
CMYK0.900.5900.19
HSL219.03º82.3%44.31%-
HSV(B)219.03º90.29%80.78%-
XYZ14.6811.159.76-
YUV79.36199.4785.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.43%
GREEN value IS 85 (33.59% from 255) = 27.33%
BLUE value IS 206 (80.86% from 255) = 66.24%
R=6.43%
G=27.33%
B=66.24%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20852060.900.5900.19219.0382.344.31
Hex1455CE5A3B013db522c
Octal241253161327302333312254
Binary101001010101110011101011010111011010011110110111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1455CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1455CE; }

 p { color: rgb(20,85,206); }

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

<style>
 a { background-color: #1455CE; }

 a { background-color: rgb(20,85,206); }

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

<style>
 span { border-color: #1455CE; }

 span { border-color: rgb(20,85,206); }

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