#1B5ECC

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

Shades of Denim #1B5ECC

Tints of Denim #1B5ECC

Color information

#1B5ECC (or 0x1B5ECC) is unknown color: approx Denim. HEX triplet: 1B, 5E and CC. RGB value is (27,94,204). Sum of RGB (Red+Green+Blue) = 27+94+204=325 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.31% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 204 (80.08% from 255 or 62.77% from 325); Max value from RGB is 204 - color contains mainly: blue. Hex color #1B5ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B5ECC is #E4A133. Grayscale: #565656. Windows color (decimal): -14983476 or 13393435. OLE color: 13393435.

HSL color Cylindrical-coordinate representation of color #1B5ECC: hue angle of 217.29º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B5ECC is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB2794204-
CMYK0.870.5400.2
HSL217.29º76.62%45.29%-
HSV(B)217.29º86.76%80%-
XYZ15.3512.658.75-
YUV86.51194.385.56-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.31%
GREEN value IS 94 (37.11% from 255) = 28.92%
BLUE value IS 204 (80.08% from 255) = 62.77%
R=8.31%
G=28.92%
B=62.77%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal27942040.870.5400.2217.2976.6245.29
Hex1B5ECC5736014d94d2d
Octal331363141276602433111555
Binary110111011110110011001010111110110010100110110011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B5ECC; }

 p { color: rgb(27,94,204); }

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

<style>
 a { background-color: #1B5ECC; }

 a { background-color: rgb(27,94,204); }

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

<style>
 span { border-color: #1B5ECC; }

 span { border-color: rgb(27,94,204); }

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