#183861

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

Shades of Regal Blue #183861

Tints of Regal Blue #183861

Color information

#183861 (or 0x183861) is unknown color: approx Regal Blue. HEX triplet: 18, 38 and 61. RGB value is (24,56,97). Sum of RGB (Red+Green+Blue) = 24+56+97=177 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.56% from 177); Green value is 56 (22.27% from 255 or 31.64% from 177); Blue value is 97 (38.28% from 255 or 54.80% from 177); Max value from RGB is 97 - color contains mainly: blue. Hex color #183861 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183861 is #E7C79E. Grayscale: #323232. Windows color (decimal): -15189919 or 6371352. OLE color: 6371352.

HSL color Cylindrical-coordinate representation of color #183861: hue angle of 213.7º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #183861 is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB245697-
CMYK0.750.4200.62
HSL213.7º60.33%23.73%-
HSV(B)213.7º75.26%38.04%-
XYZ3.953.8911.85-
YUV51.11153.9108.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.56%
GREEN value IS 56 (22.27% from 255) = 31.64%
BLUE value IS 97 (38.28% from 255) = 54.80%
R=13.56%
G=31.64%
B=54.80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2456970.750.4200.62213.760.3323.73
Hex1838614B2A03Ed63c18
Octal3070141113520763267430
Binary110001110001100001100101110101001111101101011011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183861; }

 p { color: rgb(24,56,97); }

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

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

 a { background-color: rgb(24,56,97); }

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

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

 span { border-color: rgb(24,56,97); }

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