#1B3578

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

Shades of Resolution Blue #1B3578

Tints of Resolution Blue #1B3578

Color information

#1B3578 (or 0x1B3578) is unknown color: approx Resolution Blue. HEX triplet: 1B, 35 and 78. RGB value is (27,53,120). Sum of RGB (Red+Green+Blue) = 27+53+120=200 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.5% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 120 (47.27% from 255 or 60% from 200); Max value from RGB is 120 - color contains mainly: blue. Hex color #1B3578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3578 is #E4CA87. Grayscale: #343434. Windows color (decimal): -14994056 or 7877915. OLE color: 7877915.

HSL color Cylindrical-coordinate representation of color #1B3578: hue angle of 223.23º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B3578 is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2753120-
CMYK0.780.5600.53
HSL223.23º63.27%28.82%-
HSV(B)223.23º77.5%47.06%-
XYZ5.124.1418.3-
YUV52.86165.89109.55-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.5%
GREEN value IS 53 (21.09% from 255) = 26.5%
BLUE value IS 120 (47.27% from 255) = 60%
R=13.5%
G=26.5%
B=60%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal27531200.780.5600.53223.2363.2728.82
Hex1B35784E38035df3f1d
Octal3365170116700653377735
Binary110111101011111000100111011100001101011101111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,53,120); }

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

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

 a { background-color: rgb(27,53,120); }

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

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

 span { border-color: rgb(27,53,120); }

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