#1C3A7B

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

Shades of Resolution Blue #1C3A7B

Tints of Resolution Blue #1C3A7B

Color information

#1C3A7B (or 0x1C3A7B) is unknown color: approx Resolution Blue. HEX triplet: 1C, 3A and 7B. RGB value is (28,58,123). Sum of RGB (Red+Green+Blue) = 28+58+123=209 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.40% from 209); Green value is 58 (23.05% from 255 or 27.75% from 209); Blue value is 123 (48.44% from 255 or 58.85% from 209); Max value from RGB is 123 - color contains mainly: blue. Hex color #1C3A7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3A7B is #E3C584. Grayscale: #383838. Windows color (decimal): -14927237 or 8075804. OLE color: 8075804.

HSL color Cylindrical-coordinate representation of color #1C3A7B: hue angle of 221.05º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C3A7B is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2858123-
CMYK0.770.5300.52
HSL221.05º62.91%29.61%-
HSV(B)221.05º77.24%48.24%-
XYZ5.574.719.35-
YUV56.44165.56107.71-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.40%
GREEN value IS 58 (23.05% from 255) = 27.75%
BLUE value IS 123 (48.44% from 255) = 58.85%
R=13.40%
G=27.75%
B=58.85%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal28581230.770.5300.52221.0562.9129.61
Hex1C3A7B4D35034dd3f1e
Octal3472173115650643357736
Binary111001110101111011100110111010101101001101110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,58,123); }

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

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

 a { background-color: rgb(28,58,123); }

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

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

 span { border-color: rgb(28,58,123); }

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