#18327E

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

Shades of Resolution Blue #18327E

Tints of Resolution Blue #18327E

Color information

#18327E (or 0x18327E) is unknown color: approx Resolution Blue. HEX triplet: 18, 32 and 7E. RGB value is (24,50,126). Sum of RGB (Red+Green+Blue) = 24+50+126=200 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 126 (49.61% from 255 or 63% from 200); Max value from RGB is 126 - color contains mainly: blue. Hex color #18327E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18327E is #E7CD81. Grayscale: #323232. Windows color (decimal): -15191426 or 8270360. OLE color: 8270360.

HSL color Cylindrical-coordinate representation of color #18327E: hue angle of 224.71º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18327E is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2450126-
CMYK0.810.6000.51
HSL224.71º68%29.41%-
HSV(B)224.71º80.95%49.41%-
XYZ5.283.9820.23-
YUV50.89170.39108.82-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12%
GREEN value IS 50 (19.92% from 255) = 25%
BLUE value IS 126 (49.61% from 255) = 63%
R=12%
G=25%
B=63%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal24501260.810.6000.51224.716829.41
Hex18327E513C033e1441d
Octal30621761217406334110435
Binary1100011001011111101010001111100011001111100001100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18327E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18327E; }

 p { color: rgb(24,50,126); }

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

<style>
 a { background-color: #18327E; }

 a { background-color: rgb(24,50,126); }

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

<style>
 span { border-color: #18327E; }

 span { border-color: rgb(24,50,126); }

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