#183355

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

Shades of Regal Blue #183355

Tints of Regal Blue #183355

Color information

#183355 (or 0x183355) is unknown color: approx Regal Blue. HEX triplet: 18, 33 and 55. RGB value is (24,51,85). Sum of RGB (Red+Green+Blue) = 24+51+85=160 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 85 (33.59% from 255 or 53.12% from 160); Max value from RGB is 85 - color contains mainly: blue. Hex color #183355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183355 is #E7CCAA. Grayscale: #2E2E2E. Windows color (decimal): -15191211 or 5583640. OLE color: 5583640.

HSL color Cylindrical-coordinate representation of color #183355: hue angle of 213.44º 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 #183355 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB245185-
CMYK0.720.4000.67
HSL213.44º55.96%21.37%-
HSV(B)213.44º71.76%33.33%-
XYZ3.23.229.05-
YUV46.8149.55111.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15%
GREEN value IS 51 (20.31% from 255) = 31.88%
BLUE value IS 85 (33.59% from 255) = 53.12%
R=15%
G=31.88%
B=53.12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2451850.720.4000.67213.4455.9621.37
Hex1833554828043d53815
Octal30631251105001033257025
Binary1100011001110101011001000101000010000111101010111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183355; }

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

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

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

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

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

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

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

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