#123B5C

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

Shades of Regal Blue #123B5C

Tints of Regal Blue #123B5C

Color information

#123B5C (or 0x123B5C) is unknown color: approx Regal Blue. HEX triplet: 12, 3B and 5C. RGB value is (18,59,92). Sum of RGB (Red+Green+Blue) = 18+59+92=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 59 (23.44% from 255 or 34.91% from 169); Blue value is 92 (36.33% from 255 or 54.44% from 169); Max value from RGB is 92 - color contains mainly: blue. Hex color #123B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123B5C is #EDC4A3. Grayscale: #323232. Windows color (decimal): -15582372 or 6044434. OLE color: 6044434.

HSL color Cylindrical-coordinate representation of color #123B5C: hue angle of 206.76º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #123B5C is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB185992-
CMYK0.800.3600.64
HSL206.76º67.27%21.57%-
HSV(B)206.76º80.43%36.08%-
XYZ3.754.0310.71-
YUV50.5151.42104.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.65%
GREEN value IS 59 (23.44% from 255) = 34.91%
BLUE value IS 92 (36.33% from 255) = 54.44%
R=10.65%
G=34.91%
B=54.44%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1859920.800.3600.64206.7667.2721.57
Hex123B5C5024040cf4316
Octal227313412044010031710326
Binary10010111011101110010100001001000100000011001111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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