#1D2E75

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

Shades of Resolution Blue #1D2E75

Tints of Resolution Blue #1D2E75

Color information

#1D2E75 (or 0x1D2E75) is unknown color: approx Resolution Blue. HEX triplet: 1D, 2E and 75. RGB value is (29,46,117). Sum of RGB (Red+Green+Blue) = 29+46+117=192 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.10% from 192); Green value is 46 (18.36% from 255 or 23.96% from 192); Blue value is 117 (46.09% from 255 or 60.94% from 192); Max value from RGB is 117 - color contains mainly: blue. Hex color #1D2E75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2E75 is #E2D18A. Grayscale: #303030. Windows color (decimal): -14864779 or 7679517. OLE color: 7679517.

HSL color Cylindrical-coordinate representation of color #1D2E75: hue angle of 228.41º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D2E75 is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2946117-
CMYK0.750.6100.54
HSL228.41º60.27%28.63%-
HSV(B)228.41º75.21%45.88%-
XYZ4.693.517.26-
YUV49.01166.37113.73-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.10%
GREEN value IS 46 (18.36% from 255) = 23.96%
BLUE value IS 117 (46.09% from 255) = 60.94%
R=15.10%
G=23.96%
B=60.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal29461170.750.6100.54228.4160.2728.63
Hex1D2E754B3D036e43c1d
Octal3556165113750663447435
Binary111011011101110101100101111110101101101110010011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,46,117); }

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

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

 a { background-color: rgb(29,46,117); }

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

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

 span { border-color: rgb(29,46,117); }

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