#1D377D

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

Shades of Resolution Blue #1D377D

Tints of Resolution Blue #1D377D

Color information

#1D377D (or 0x1D377D) is unknown color: approx Resolution Blue. HEX triplet: 1D, 37 and 7D. RGB value is (29,55,125). Sum of RGB (Red+Green+Blue) = 29+55+125=209 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.88% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 125 (49.22% from 255 or 59.81% from 209); Max value from RGB is 125 - color contains mainly: blue. Hex color #1D377D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D377D is #E2C882. Grayscale: #363636. Windows color (decimal): -14862467 or 8206109. OLE color: 8206109.

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

Color convert

RGB2955125-
CMYK0.770.5600.51
HSL223.75º62.34%30.2%-
HSV(B)223.75º76.8%49.02%-
XYZ5.574.4719.97-
YUV55.21167.39109.31-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.88%
GREEN value IS 55 (21.88% from 255) = 26.32%
BLUE value IS 125 (49.22% from 255) = 59.81%
R=13.88%
G=26.32%
B=59.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal29551250.770.5600.51223.7562.3430.2
Hex1D377D4D38033e03e1e
Octal3567175115700633407636
Binary111011101111111101100110111100001100111110000011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D377D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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