#1D667D

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

Shades of Allports #1D667D

Tints of Allports #1D667D

Color information

#1D667D (or 0x1D667D) is unknown color: approx Allports. HEX triplet: 1D, 66 and 7D. RGB value is (29,102,125). Sum of RGB (Red+Green+Blue) = 29+102+125=256 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.33% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #1D667D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D667D is #E29982. Grayscale: #525252. Windows color (decimal): -14850435 or 8218141. OLE color: 8218141.

HSL color Cylindrical-coordinate representation of color #1D667D: hue angle of 194.38º 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 #1D667D is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB29102125-
CMYK0.770.1800.51
HSL194.38º62.34%30.2%-
HSV(B)194.38º76.8%49.02%-
XYZ8.9611.2421.1-
YUV82.79151.8289.63-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.33%
GREEN value IS 102 (40.23% from 255) = 39.84%
BLUE value IS 125 (49.22% from 255) = 48.83%
R=11.33%
G=39.84%
B=48.83%

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
Decimal291021250.770.1800.51194.3862.3430.2
Hex1D667D4D12033c23e1e
Octal35146175115220633027636
Binary111011100110111110110011011001001100111100001011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D667D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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