#1B347F

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

Shades of Resolution Blue #1B347F

Tints of Resolution Blue #1B347F

Color information

#1B347F (or 0x1B347F) is unknown color: approx Resolution Blue. HEX triplet: 1B, 34 and 7F. RGB value is (27,52,127). Sum of RGB (Red+Green+Blue) = 27+52+127=206 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.11% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 127 (50% from 255 or 61.65% from 206); Max value from RGB is 127 - color contains mainly: blue. Hex color #1B347F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B347F is #E4CB80. Grayscale: #343434. Windows color (decimal): -14994305 or 8336411. OLE color: 8336411.

HSL color Cylindrical-coordinate representation of color #1B347F: hue angle of 225º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B347F is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2752127-
CMYK0.790.5900.50
HSL225º64.94%30.2%-
HSV(B)225º78.74%49.8%-
XYZ5.514.2220.6-
YUV53.08169.72109.4-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.11%
GREEN value IS 52 (20.70% from 255) = 25.24%
BLUE value IS 127 (50% from 255) = 61.65%
R=13.11%
G=25.24%
B=61.65%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal27521270.790.5900.5022564.9430.2
Hex1B347F4F3B032e1411e
Octal33641771177306234110136
Binary1101111010011111111001111111011011001011100001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B347F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,52,127); }

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

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

 a { background-color: rgb(27,52,127); }

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

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

 span { border-color: rgb(27,52,127); }

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