#18405B

Color #18405B Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #18405B

Tints of Regal Blue #18405B

Color information

#18405B (or 0x18405B) is unknown color: approx Regal Blue. HEX triplet: 18, 40 and 5B. RGB value is (24,64,91). Sum of RGB (Red+Green+Blue) = 24+64+91=179 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.41% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 91 (35.94% from 255 or 50.84% from 179); Max value from RGB is 91 - color contains mainly: blue. Hex color #18405B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18405B is #E7BFA4. Grayscale: #363636. Windows color (decimal): -15187877 or 5980184. OLE color: 5980184.

HSL color Cylindrical-coordinate representation of color #18405B: hue angle of 204.18º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18405B is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB246491-
CMYK0.740.3000.64
HSL204.18º58.26%22.55%-
HSV(B)204.18º73.63%35.69%-
XYZ4.14.6210.57-
YUV55.12148.25105.8-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.41%
GREEN value IS 64 (25.39% from 255) = 35.75%
BLUE value IS 91 (35.94% from 255) = 50.84%
R=13.41%
G=35.75%
B=50.84%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2464910.740.3000.64204.1858.2622.55
Hex18405B4A1E040cc3a17
Octal301001331123601003147227
Binary1100010000001011011100101011110010000001100110011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18405B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18405B; }

 p { color: rgb(24,64,91); }

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

<style>
 a { background-color: #18405B; }

 a { background-color: rgb(24,64,91); }

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

<style>
 span { border-color: #18405B; }

 span { border-color: rgb(24,64,91); }

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