#123850

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

Shades of Regal Blue #123850

Tints of Regal Blue #123850

Color information

#123850 (or 0x123850) is unknown color: approx Regal Blue. HEX triplet: 12, 38 and 50. RGB value is (18,56,80). Sum of RGB (Red+Green+Blue) = 18+56+80=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 56 (22.27% from 255 or 36.36% 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 #123850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123850 is #EDC7AF. Grayscale: #2F2F2F. Windows color (decimal): -15583152 or 5257234. OLE color: 5257234.

HSL color Cylindrical-coordinate representation of color #123850: hue angle of 203.23º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #123850 is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB185680-
CMYK0.780.3000.69
HSL203.23º63.27%19.22%-
HSV(B)203.23º77.5%31.37%-
XYZ3.113.548.11-
YUV47.37146.41107.05-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.69%
GREEN value IS 56 (22.27% from 255) = 36.36%
BLUE value IS 80 (31.64% from 255) = 51.95%
R=11.69%
G=36.36%
B=51.95%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1856800.780.3000.69203.2363.2719.22
Hex1238504E1E045cb3f13
Octal22701201163601053137723
Binary100101110001010000100111011110010001011100101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123850; }

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

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

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

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

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

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

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

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