#184058

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

Shades of Regal Blue #184058

Tints of Regal Blue #184058

Color information

#184058 (or 0x184058) is unknown color: approx Regal Blue. HEX triplet: 18, 40 and 58. RGB value is (24,64,88). Sum of RGB (Red+Green+Blue) = 24+64+88=176 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.64% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 88 (34.77% from 255 or 50% from 176); Max value from RGB is 88 - color contains mainly: blue. Hex color #184058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184058 is #E7BFA7. Grayscale: #363636. Windows color (decimal): -15187880 or 5783576. OLE color: 5783576.

HSL color Cylindrical-coordinate representation of color #184058: hue angle of 202.5º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #184058 is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB246488-
CMYK0.730.2700.65
HSL202.5º57.14%21.96%-
HSV(B)202.5º72.73%34.51%-
XYZ3.974.579.9-
YUV54.78146.75106.05-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.64%
GREEN value IS 64 (25.39% from 255) = 36.36%
BLUE value IS 88 (34.77% from 255) = 50%
R=13.64%
G=36.36%
B=50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2464880.730.2700.65202.557.1421.96
Hex184058491B041ca3916
Octal301001301113301013127126
Binary1100010000001011000100100111011010000011100101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184058; }

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

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

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

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

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

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

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

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