#1B66CC

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

Shades of Denim #1B66CC

Tints of Denim #1B66CC

Color information

#1B66CC (or 0x1B66CC) is unknown color: approx Denim. HEX triplet: 1B, 66 and CC. RGB value is (27,102,204). Sum of RGB (Red+Green+Blue) = 27+102+204=333 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.11% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #1B66CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B66CC is #E49933. Grayscale: #5A5A5A. Windows color (decimal): -14981428 or 13395483. OLE color: 13395483.

HSL color Cylindrical-coordinate representation of color #1B66CC: hue angle of 214.58º 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 #1B66CC is Cyan = 0.87, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB27102204-
CMYK0.870.500.2
HSL214.58º76.62%45.29%-
HSV(B)214.58º86.76%80%-
XYZ16.114.159-
YUV91.2191.6582.21-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.11%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 204 (80.08% from 255) = 61.26%
R=8.11%
G=30.63%
B=61.26%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal271022040.870.500.2214.5876.6245.29
Hex1B66CC5732014d74d2d
Octal331463141276202432711555
Binary110111100110110011001010111110010010100110101111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B66CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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