#18416A

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

Shades of Regal Blue #18416A

Tints of Regal Blue #18416A

Color information

#18416A (or 0x18416A) is unknown color: approx Regal Blue. HEX triplet: 18, 41 and 6A. RGB value is (24,65,106). Sum of RGB (Red+Green+Blue) = 24+65+106=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 106 (41.80% from 255 or 54.36% from 195); Max value from RGB is 106 - color contains mainly: blue. Hex color #18416A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18416A is #E7BE95. Grayscale: #393939. Windows color (decimal): -15187606 or 6963480. OLE color: 6963480.

HSL color Cylindrical-coordinate representation of color #18416A: hue angle of 210º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #18416A is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2465106-
CMYK0.770.3900.58
HSL210º63.08%25.49%-
HSV(B)210º77.36%41.57%-
XYZ4.875.0214.35-
YUV57.42155.42104.17-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.31%
GREEN value IS 65 (25.78% from 255) = 33.33%
BLUE value IS 106 (41.80% from 255) = 54.36%
R=12.31%
G=33.33%
B=54.36%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24651060.770.3900.5821063.0825.49
Hex18416A4D2703Ad23f19
Octal30101152115470723227731
Binary1100010000011101010100110110011101110101101001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18416A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18416A; }

 p { color: rgb(24,65,106); }

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

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

 a { background-color: rgb(24,65,106); }

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

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

 span { border-color: rgb(24,65,106); }

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