#1C337A

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

Shades of Resolution Blue #1C337A

Tints of Resolution Blue #1C337A

Color information

#1C337A (or 0x1C337A) is unknown color: approx Resolution Blue. HEX triplet: 1C, 33 and 7A. RGB value is (28,51,122). Sum of RGB (Red+Green+Blue) = 28+51+122=201 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.93% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 122 (48.05% from 255 or 60.70% from 201); Max value from RGB is 122 - color contains mainly: blue. Hex color #1C337A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C337A is #E3CC85. Grayscale: #333333. Windows color (decimal): -14929030 or 8008476. OLE color: 8008476.

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

Color convert

RGB2851122-
CMYK0.770.5800.52
HSL225.32º62.67%29.41%-
HSV(B)225.32º77.05%47.84%-
XYZ5.184.0218.92-
YUV52.22167.38110.73-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.93%
GREEN value IS 51 (20.31% from 255) = 25.37%
BLUE value IS 122 (48.05% from 255) = 60.70%
R=13.93%
G=25.37%
B=60.70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal28511220.770.5800.52225.3262.6729.41
Hex1C337A4D3A034e13f1d
Octal3463172115720643417735
Binary111001100111111010100110111101001101001110000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C337A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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