#1D357D

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

Shades of Resolution Blue #1D357D

Tints of Resolution Blue #1D357D

Color information

#1D357D (or 0x1D357D) is unknown color: approx Resolution Blue. HEX triplet: 1D, 35 and 7D. RGB value is (29,53,125). Sum of RGB (Red+Green+Blue) = 29+53+125=207 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.01% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 125 (49.22% from 255 or 60.39% from 207); Max value from RGB is 125 - color contains mainly: blue. Hex color #1D357D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D357D is #E2CA82. Grayscale: #353535. Windows color (decimal): -14862979 or 8205597. OLE color: 8205597.

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

Color convert

RGB2953125-
CMYK0.770.5800.51
HSL225º62.34%30.2%-
HSV(B)225º76.8%49.02%-
XYZ5.484.2919.94-
YUV54.03168.05110.15-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.01%
GREEN value IS 53 (21.09% from 255) = 25.60%
BLUE value IS 125 (49.22% from 255) = 60.39%
R=14.01%
G=25.60%
B=60.39%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal29531250.770.5800.5122562.3430.2
Hex1D357D4D3A033e13e1e
Octal3565175115720633417636
Binary111011101011111101100110111101001100111110000111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D357D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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