#1C667B

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

Shades of Allports #1C667B

Tints of Allports #1C667B

Color information

#1C667B (or 0x1C667B) is unknown color: approx Allports. HEX triplet: 1C, 66 and 7B. RGB value is (28,102,123). Sum of RGB (Red+Green+Blue) = 28+102+123=253 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.07% from 253); Green value is 102 (40.23% from 255 or 40.32% from 253); Blue value is 123 (48.44% from 255 or 48.62% from 253); Max value from RGB is 123 - color contains mainly: blue. Hex color #1C667B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C667B is #E39984. Grayscale: #525252. Windows color (decimal): -14915973 or 8087068. OLE color: 8087068.

HSL color Cylindrical-coordinate representation of color #1C667B: hue angle of 193.26º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C667B is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB28102123-
CMYK0.770.1700.52
HSL193.26º62.91%29.61%-
HSV(B)193.26º77.24%48.24%-
XYZ8.8111.1820.43-
YUV82.27150.9889.29-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.07%
GREEN value IS 102 (40.23% from 255) = 40.32%
BLUE value IS 123 (48.44% from 255) = 48.62%
R=11.07%
G=40.32%
B=48.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal281021230.770.1700.52193.2662.9129.61
Hex1C667B4D11034c13f1e
Octal34146173115210643017736
Binary111001100110111101110011011000101101001100000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,102,123); }

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

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

 a { background-color: rgb(28,102,123); }

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

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

 span { border-color: rgb(28,102,123); }

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