#123B5F

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

Shades of Regal Blue #123B5F

Tints of Regal Blue #123B5F

Color information

#123B5F (or 0x123B5F) is unknown color: approx Regal Blue. HEX triplet: 12, 3B and 5F. RGB value is (18,59,95). Sum of RGB (Red+Green+Blue) = 18+59+95=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 59 (23.44% from 255 or 34.30% from 172); Blue value is 95 (37.5% from 255 or 55.23% from 172); Max value from RGB is 95 - color contains mainly: blue. Hex color #123B5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123B5F is #EDC4A0. Grayscale: #323232. Windows color (decimal): -15582369 or 6241042. OLE color: 6241042.

HSL color Cylindrical-coordinate representation of color #123B5F: hue angle of 208.05º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #123B5F is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB185995-
CMYK0.810.3800.63
HSL208.05º68.14%22.16%-
HSV(B)208.05º81.05%37.25%-
XYZ3.884.0811.41-
YUV50.84152.92104.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.47%
GREEN value IS 59 (23.44% from 255) = 34.30%
BLUE value IS 95 (37.5% from 255) = 55.23%
R=10.47%
G=34.30%
B=55.23%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1859950.810.3800.63208.0568.1422.16
Hex123B5F512603Fd04416
Octal22731371214607732010426
Binary1001011101110111111010001100110011111111010000100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123B5F; }

 p { color: rgb(18,59,95); }

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

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

 a { background-color: rgb(18,59,95); }

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

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

 span { border-color: rgb(18,59,95); }

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