#18426A

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

Shades of Regal Blue #18426A

Tints of Regal Blue #18426A

Color information

#18426A (or 0x18426A) is unknown color: approx Regal Blue. HEX triplet: 18, 42 and 6A. RGB value is (24,66,106). Sum of RGB (Red+Green+Blue) = 24+66+106=196 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.24% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 106 (41.80% from 255 or 54.08% from 196); Max value from RGB is 106 - color contains mainly: blue. Hex color #18426A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18426A is #E7BD95. Grayscale: #393939. Windows color (decimal): -15187350 or 6963736. OLE color: 6963736.

HSL color Cylindrical-coordinate representation of color #18426A: hue angle of 209.27º 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 #18426A is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2466106-
CMYK0.770.3800.58
HSL209.27º63.08%25.49%-
HSV(B)209.27º77.36%41.57%-
XYZ4.935.1314.37-
YUV58155.09103.75-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.24%
GREEN value IS 66 (26.17% from 255) = 33.67%
BLUE value IS 106 (41.80% from 255) = 54.08%
R=12.24%
G=33.67%
B=54.08%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24661060.770.3800.58209.2763.0825.49
Hex18426A4D2603Ad13f19
Octal30102152115460723217731
Binary1100010000101101010100110110011001110101101000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18426A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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