#183A55

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

Shades of Regal Blue #183A55

Tints of Regal Blue #183A55

Color information

#183A55 (or 0x183A55) is unknown color: approx Regal Blue. HEX triplet: 18, 3A and 55. RGB value is (24,58,85). Sum of RGB (Red+Green+Blue) = 24+58+85=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 85 (33.59% from 255 or 50.90% from 167); Max value from RGB is 85 - color contains mainly: blue. Hex color #183A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183A55 is #E7C5AA. Grayscale: #323232. Windows color (decimal): -15189419 or 5585432. OLE color: 5585432.

HSL color Cylindrical-coordinate representation of color #183A55: hue angle of 206.56º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #183A55 is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB245885-
CMYK0.720.3200.67
HSL206.56º55.96%21.37%-
HSV(B)206.56º71.76%33.33%-
XYZ3.533.889.16-
YUV50.91147.24108.8-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.37%
GREEN value IS 58 (23.05% from 255) = 34.73%
BLUE value IS 85 (33.59% from 255) = 50.90%
R=14.37%
G=34.73%
B=50.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2458850.720.3200.67206.5655.9621.37
Hex183A554820043cf3815
Octal30721251104001033177025
Binary1100011101010101011001000100000010000111100111111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183A55; }

 p { color: rgb(24,58,85); }

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

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

 a { background-color: rgb(24,58,85); }

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

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

 span { border-color: rgb(24,58,85); }

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