#1D647B

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

Shades of Allports #1D647B

Tints of Allports #1D647B

Color information

#1D647B (or 0x1D647B) is unknown color: approx Allports. HEX triplet: 1D, 64 and 7B. RGB value is (29,100,123). Sum of RGB (Red+Green+Blue) = 29+100+123=252 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.51% from 252); Green value is 100 (39.45% from 255 or 39.68% from 252); Blue value is 123 (48.44% from 255 or 48.81% from 252); Max value from RGB is 123 - color contains mainly: blue. Hex color #1D647B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D647B is #E29B84. Grayscale: #515151. Windows color (decimal): -14850949 or 8086557. OLE color: 8086557.

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

Color convert

RGB29100123-
CMYK0.760.1900.52
HSL194.68º61.84%29.8%-
HSV(B)194.68º76.42%48.24%-
XYZ8.6410.8120.37-
YUV81.39151.4890.63-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.51%
GREEN value IS 100 (39.45% from 255) = 39.68%
BLUE value IS 123 (48.44% from 255) = 48.81%
R=11.51%
G=39.68%
B=48.81%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal291001230.760.1900.52194.6861.8429.8
Hex1D647B4C13034c33e1e
Octal35144173114230643037636
Binary111011100100111101110011001001101101001100001111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D647B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,100,123); }

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

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

 a { background-color: rgb(29,100,123); }

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

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

 span { border-color: rgb(29,100,123); }

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