#183952

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

Shades of Regal Blue #183952

Tints of Regal Blue #183952

Color information

#183952 (or 0x183952) is unknown color: approx Regal Blue. HEX triplet: 18, 39 and 52. RGB value is (24,57,82). Sum of RGB (Red+Green+Blue) = 24+57+82=163 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.72% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 82 (32.42% from 255 or 50.31% from 163); Max value from RGB is 82 - color contains mainly: blue. Hex color #183952 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183952 is #E7C6AD. Grayscale: #313131. Windows color (decimal): -15189678 or 5388568. OLE color: 5388568.

HSL color Cylindrical-coordinate representation of color #183952: hue angle of 205.86º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #183952 is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB245782-
CMYK0.710.3000.68
HSL205.86º54.72%20.78%-
HSV(B)205.86º70.73%32.16%-
XYZ3.363.738.53-
YUV49.98146.07109.47-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.72%
GREEN value IS 57 (22.66% from 255) = 34.97%
BLUE value IS 82 (32.42% from 255) = 50.31%
R=14.72%
G=34.97%
B=50.31%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2457820.710.3000.68205.8654.7220.78
Hex183952471E044ce3715
Octal30711221073601043166725
Binary110001110011010010100011111110010001001100111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183952; }

 p { color: rgb(24,57,82); }

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

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

 a { background-color: rgb(24,57,82); }

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

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

 span { border-color: rgb(24,57,82); }

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