#123858

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

Shades of Regal Blue #123858

Tints of Regal Blue #123858

Color information

#123858 (or 0x123858) is unknown color: approx Regal Blue. HEX triplet: 12, 38 and 58. RGB value is (18,56,88). Sum of RGB (Red+Green+Blue) = 18+56+88=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 88 (34.77% from 255 or 54.32% from 162); Max value from RGB is 88 - color contains mainly: blue. Hex color #123858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123858 is #EDC7A7. Grayscale: #303030. Windows color (decimal): -15583144 or 5781522. OLE color: 5781522.

HSL color Cylindrical-coordinate representation of color #123858: hue angle of 207.43º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #123858 is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB185688-
CMYK0.800.3600.65
HSL207.43º66.04%20.78%-
HSV(B)207.43º79.55%34.51%-
XYZ3.433.669.76-
YUV48.29150.41106.4-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.11%
GREEN value IS 56 (22.27% from 255) = 34.57%
BLUE value IS 88 (34.77% from 255) = 54.32%
R=11.11%
G=34.57%
B=54.32%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1856880.800.3600.65207.4366.0420.78
Hex1238585024041cf4215
Octal227013012044010131710225
Binary10010111000101100010100001001000100000111001111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123858; }

 p { color: rgb(18,56,88); }

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

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

 a { background-color: rgb(18,56,88); }

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

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

 span { border-color: rgb(18,56,88); }

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