#1B63C7

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

Shades of Denim #1B63C7

Tints of Denim #1B63C7

Color information

#1B63C7 (or 0x1B63C7) is unknown color: approx Denim. HEX triplet: 1B, 63 and C7. RGB value is (27,99,199). Sum of RGB (Red+Green+Blue) = 27+99+199=325 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.31% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 199 (78.12% from 255 or 61.23% from 325); Max value from RGB is 199 - color contains mainly: blue. Hex color #1B63C7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B63C7 is #E49C38. Grayscale: #585858. Windows color (decimal): -14982201 or 13067035. OLE color: 13067035.

HSL color Cylindrical-coordinate representation of color #1B63C7: hue angle of 214.88º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B63C7 is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB2799199-
CMYK0.860.5000.22
HSL214.88º76.11%44.31%-
HSV(B)214.88º86.43%78.04%-
XYZ15.2213.2855.79-
YUV88.87190.1583.87-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.31%
GREEN value IS 99 (39.06% from 255) = 30.46%
BLUE value IS 199 (78.12% from 255) = 61.23%
R=8.31%
G=30.46%
B=61.23%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal27991990.860.5000.22214.8876.1144.31
Hex1B63C75632016d74c2c
Octal331433071266202632711454
Binary110111100011110001111010110110010010110110101111001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B63C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,99,199); }

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

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

 a { background-color: rgb(27,99,199); }

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

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

 span { border-color: rgb(27,99,199); }

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