#1C67BF

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

Shades of Denim #1C67BF

Tints of Denim #1C67BF

Color information

#1C67BF (or 0x1C67BF) is unknown color: approx Denim. HEX triplet: 1C, 67 and BF. RGB value is (28,103,191). Sum of RGB (Red+Green+Blue) = 28+103+191=322 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.70% from 322); Green value is 103 (40.62% from 255 or 31.99% from 322); Blue value is 191 (75% from 255 or 59.32% from 322); Max value from RGB is 191 - color contains mainly: blue. Hex color #1C67BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C67BF is #E39840. Grayscale: #5A5A5A. Windows color (decimal): -14915649 or 12543772. OLE color: 12543772.

HSL color Cylindrical-coordinate representation of color #1C67BF: hue angle of 212.39º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C67BF is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB28103191-
CMYK0.850.4600.25
HSL212.39º74.43%42.94%-
HSV(B)212.39º85.34%74.9%-
XYZ14.7313.7151.16-
YUV90.61184.6583.34-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.70%
GREEN value IS 103 (40.62% from 255) = 31.99%
BLUE value IS 191 (75% from 255) = 59.32%
R=8.70%
G=31.99%
B=59.32%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal281031910.850.4600.25212.3974.4342.94
Hex1C67BF552E019d44a2b
Octal341472771255603132411253
Binary111001100111101111111010101101110011001110101001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C67BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,103,191); }

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

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

 a { background-color: rgb(28,103,191); }

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

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

 span { border-color: rgb(28,103,191); }

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