#1B317A

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

Shades of Resolution Blue #1B317A

Tints of Resolution Blue #1B317A

Color information

#1B317A (or 0x1B317A) is unknown color: approx Resolution Blue. HEX triplet: 1B, 31 and 7A. RGB value is (27,49,122). Sum of RGB (Red+Green+Blue) = 27+49+122=198 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.64% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 122 (48.05% from 255 or 61.62% from 198); Max value from RGB is 122 - color contains mainly: blue. Hex color #1B317A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B317A is #E4CE85. Grayscale: #323232. Windows color (decimal): -14995078 or 8007963. OLE color: 8007963.

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

Color convert

RGB2749122-
CMYK0.780.6000.52
HSL226.11º63.76%29.22%-
HSV(B)226.11º77.87%47.84%-
XYZ5.063.8318.89-
YUV50.74168.21111.06-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.64%
GREEN value IS 49 (19.53% from 255) = 24.75%
BLUE value IS 122 (48.05% from 255) = 61.62%
R=13.64%
G=24.75%
B=61.62%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal27491220.780.6000.52226.1163.7629.22
Hex1B317A4E3C034e2401d
Octal33611721167406434210035
Binary1101111000111110101001110111100011010011100010100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B317A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,49,122); }

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

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

 a { background-color: rgb(27,49,122); }

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

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

 span { border-color: rgb(27,49,122); }

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