#1D667C

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

Shades of Allports #1D667C

Tints of Allports #1D667C

Color information

#1D667C (or 0x1D667C) is unknown color: approx Allports. HEX triplet: 1D, 66 and 7C. RGB value is (29,102,124). Sum of RGB (Red+Green+Blue) = 29+102+124=255 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.37% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 124 - color contains mainly: blue. Hex color #1D667C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D667C is #E29983. Grayscale: #525252. Windows color (decimal): -14850436 or 8152605. OLE color: 8152605.

HSL color Cylindrical-coordinate representation of color #1D667C: hue angle of 193.89º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D667C is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB29102124-
CMYK0.770.1800.51
HSL193.89º62.09%30%-
HSV(B)193.89º76.61%48.63%-
XYZ8.911.2220.77-
YUV82.68151.3289.71-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.37%
GREEN value IS 102 (40.23% from 255) = 40%
BLUE value IS 124 (48.83% from 255) = 48.63%
R=11.37%
G=40%
B=48.63%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal291021240.770.1800.51193.8962.0930
Hex1D667C4D12033c23e1e
Octal35146174115220633027636
Binary111011100110111110010011011001001100111100001011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,102,124); }

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

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

 a { background-color: rgb(29,102,124); }

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

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

 span { border-color: rgb(29,102,124); }

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