#1C327A

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

Shades of Resolution Blue #1C327A

Tints of Resolution Blue #1C327A

Color information

#1C327A (or 0x1C327A) is unknown color: approx Resolution Blue. HEX triplet: 1C, 32 and 7A. RGB value is (28,50,122). Sum of RGB (Red+Green+Blue) = 28+50+122=200 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 122 (48.05% from 255 or 61% from 200); Max value from RGB is 122 - color contains mainly: blue. Hex color #1C327A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C327A is #E3CD85. Grayscale: #333333. Windows color (decimal): -14929286 or 8008220. OLE color: 8008220.

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

Color convert

RGB2850122-
CMYK0.770.5900.52
HSL225.96º62.67%29.41%-
HSV(B)225.96º77.05%47.84%-
XYZ5.133.9318.9-
YUV51.63167.71111.15-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14%
GREEN value IS 50 (19.92% from 255) = 25%
BLUE value IS 122 (48.05% from 255) = 61%
R=14%
G=25%
B=61%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal28501220.770.5900.52225.9662.6729.41
Hex1C327A4D3B034e23f1d
Octal3462172115730643427735
Binary111001100101111010100110111101101101001110001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C327A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,50,122); }

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

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

 a { background-color: rgb(28,50,122); }

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

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

 span { border-color: rgb(28,50,122); }

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