#183250

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

Shades of Regal Blue #183250

Tints of Regal Blue #183250

Color information

#183250 (or 0x183250) is unknown color: approx Regal Blue. HEX triplet: 18, 32 and 50. RGB value is (24,50,80). Sum of RGB (Red+Green+Blue) = 24+50+80=154 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.58% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 80 (31.64% from 255 or 51.95% from 154); Max value from RGB is 80 - color contains mainly: blue. Hex color #183250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183250 is #E7CDAF. Grayscale: #2D2D2D. Windows color (decimal): -15191472 or 5255704. OLE color: 5255704.

HSL color Cylindrical-coordinate representation of color #183250: hue angle of 212.14º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #183250 is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB245080-
CMYK0.700.3700.69
HSL212.14º53.85%20.39%-
HSV(B)212.14º70%31.37%-
XYZ2.973.058.02-
YUV45.65147.39112.56-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.58%
GREEN value IS 50 (19.92% from 255) = 32.47%
BLUE value IS 80 (31.64% from 255) = 51.95%
R=15.58%
G=32.47%
B=51.95%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2450800.700.3700.69212.1453.8520.39
Hex1832504625045d43614
Octal30621201064501053246624
Binary1100011001010100001000110100101010001011101010011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183250; }

 p { color: rgb(24,50,80); }

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

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

 a { background-color: rgb(24,50,80); }

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

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

 span { border-color: rgb(24,50,80); }

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