#155FCA

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

Shades of Denim #155FCA

Tints of Denim #155FCA

Color information

#155FCA (or 0x155FCA) is unknown color: approx Denim. HEX triplet: 15, 5F and CA. RGB value is (21,95,202). Sum of RGB (Red+Green+Blue) = 21+95+202=318 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.60% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 202 (79.30% from 255 or 63.52% from 318); Max value from RGB is 202 - color contains mainly: blue. Hex color #155FCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155FCA is #EAA035. Grayscale: #545454. Windows color (decimal): -15376438 or 13262613. OLE color: 13262613.

HSL color Cylindrical-coordinate representation of color #155FCA: hue angle of 215.47º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #155FCA is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2195202-
CMYK0.900.5300.21
HSL215.47º81.17%43.73%-
HSV(B)215.47º89.6%79.22%-
XYZ15.0612.6157.52-
YUV85.07193.9882.3-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.60%
GREEN value IS 95 (37.5% from 255) = 29.87%
BLUE value IS 202 (79.30% from 255) = 63.52%
R=6.60%
G=29.87%
B=63.52%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal21952020.900.5300.21215.4781.1743.73
Hex155FCA5A35015d7512c
Octal251373121326502532712154
Binary101011011111110010101011010110101010101110101111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155FCA; }

 p { color: rgb(21,95,202); }

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

<style>
 a { background-color: #155FCA; }

 a { background-color: rgb(21,95,202); }

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

<style>
 span { border-color: #155FCA; }

 span { border-color: rgb(21,95,202); }

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