#18347F

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

Shades of Resolution Blue #18347F

Tints of Resolution Blue #18347F

Color information

#18347F (or 0x18347F) is unknown color: approx Resolution Blue. HEX triplet: 18, 34 and 7F. RGB value is (24,52,127). Sum of RGB (Red+Green+Blue) = 24+52+127=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 127 (50% from 255 or 62.56% from 203); Max value from RGB is 127 - color contains mainly: blue. Hex color #18347F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18347F is #E7CB80. Grayscale: #333333. Windows color (decimal): -15190913 or 8336408. OLE color: 8336408.

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

Color convert

RGB2452127-
CMYK0.810.5900.50
HSL223.69º68.21%29.61%-
HSV(B)223.69º81.1%49.8%-
XYZ5.444.1820.6-
YUV52.18170.22107.9-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.82%
GREEN value IS 52 (20.70% from 255) = 25.62%
BLUE value IS 127 (50% from 255) = 62.56%
R=11.82%
G=25.62%
B=62.56%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal24521270.810.5900.50223.6968.2129.61
Hex18347F513B032e0441e
Octal30641771217306234010436
Binary1100011010011111111010001111011011001011100000100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18347F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18347F; }

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

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

<style>
 a { background-color: #18347F; }

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

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

<style>
 span { border-color: #18347F; }

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

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