#1D397C

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

Shades of Resolution Blue #1D397C

Tints of Resolution Blue #1D397C

Color information

#1D397C (or 0x1D397C) is unknown color: approx Resolution Blue. HEX triplet: 1D, 39 and 7C. RGB value is (29,57,124). Sum of RGB (Red+Green+Blue) = 29+57+124=210 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.81% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 124 (48.83% from 255 or 59.05% from 210); Max value from RGB is 124 - color contains mainly: blue. Hex color #1D397C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D397C is #E2C683. Grayscale: #373737. Windows color (decimal): -14861956 or 8141085. OLE color: 8141085.

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

Color convert

RGB2957124-
CMYK0.770.5400.51
HSL222.32º62.09%30%-
HSV(B)222.32º76.61%48.63%-
XYZ5.614.6419.67-
YUV56.27166.22108.55-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.81%
GREEN value IS 57 (22.66% from 255) = 27.14%
BLUE value IS 124 (48.83% from 255) = 59.05%
R=13.81%
G=27.14%
B=59.05%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal29571240.770.5400.51222.3262.0930
Hex1D397C4D36033de3e1e
Octal3571174115660633367636
Binary111011110011111100100110111011001100111101111011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D397C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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