#123960

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

Shades of Regal Blue #123960

Tints of Regal Blue #123960

Color information

#123960 (or 0x123960) is unknown color: approx Regal Blue. HEX triplet: 12, 39 and 60. RGB value is (18,57,96). Sum of RGB (Red+Green+Blue) = 18+57+96=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 96 (37.89% from 255 or 56.14% from 171); Max value from RGB is 96 - color contains mainly: blue. Hex color #123960 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123960 is #EDC69F. Grayscale: #313131. Windows color (decimal): -15582880 or 6306066. OLE color: 6306066.

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

Color convert

RGB185796-
CMYK0.810.4100.62
HSL210º68.42%22.35%-
HSV(B)210º81.25%37.65%-
XYZ3.823.911.62-
YUV49.78154.08105.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.53%
GREEN value IS 57 (22.66% from 255) = 33.33%
BLUE value IS 96 (37.89% from 255) = 56.14%
R=10.53%
G=33.33%
B=56.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1857960.810.4100.6221068.4222.35
Hex123960512903Ed24416
Octal22711401215107632210426
Binary1001011100111000001010001101001011111011010010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123960; }

 p { color: rgb(18,57,96); }

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

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

 a { background-color: rgb(18,57,96); }

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

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

 span { border-color: rgb(18,57,96); }

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