#1D367C

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

Shades of Resolution Blue #1D367C

Tints of Resolution Blue #1D367C

Color information

#1D367C (or 0x1D367C) is unknown color: approx Resolution Blue. HEX triplet: 1D, 36 and 7C. RGB value is (29,54,124). Sum of RGB (Red+Green+Blue) = 29+54+124=207 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.01% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 124 (48.83% from 255 or 59.90% from 207); Max value from RGB is 124 - color contains mainly: blue. Hex color #1D367C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D367C is #E2C983. Grayscale: #363636. Windows color (decimal): -14862724 or 8140317. OLE color: 8140317.

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

Color convert

RGB2954124-
CMYK0.770.5600.51
HSL224.21º62.09%30%-
HSV(B)224.21º76.61%48.63%-
XYZ5.464.3519.62-
YUV54.5167.22109.81-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.01%
GREEN value IS 54 (21.48% from 255) = 26.09%
BLUE value IS 124 (48.83% from 255) = 59.90%
R=14.01%
G=26.09%
B=59.90%

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
Decimal29541240.770.5600.51224.2162.0930
Hex1D367C4D38033e03e1e
Octal3566174115700633407636
Binary111011101101111100100110111100001100111110000011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D367C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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