#1D357C

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

Shades of Resolution Blue #1D357C

Tints of Resolution Blue #1D357C

Color information

#1D357C (or 0x1D357C) is unknown color: approx Resolution Blue. HEX triplet: 1D, 35 and 7C. RGB value is (29,53,124). Sum of RGB (Red+Green+Blue) = 29+53+124=206 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.08% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 124 (48.83% from 255 or 60.19% from 206); Max value from RGB is 124 - color contains mainly: blue. Hex color #1D357C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D357C is #E2CA83. Grayscale: #353535. Windows color (decimal): -14862980 or 8140061. OLE color: 8140061.

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

Color convert

RGB2953124-
CMYK0.770.5700.51
HSL224.84º62.09%30%-
HSV(B)224.84º76.61%48.63%-
XYZ5.424.2619.61-
YUV53.92167.55110.23-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.08%
GREEN value IS 53 (21.09% from 255) = 25.73%
BLUE value IS 124 (48.83% from 255) = 60.19%
R=14.08%
G=25.73%
B=60.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal29531240.770.5700.51224.8462.0930
Hex1D357C4D39033e13e1e
Octal3565174115710633417636
Binary111011101011111100100110111100101100111110000111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D357C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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