#123962

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

Shades of Regal Blue #123962

Tints of Regal Blue #123962

Color information

#123962 (or 0x123962) is unknown color: approx Regal Blue. HEX triplet: 12, 39 and 62. RGB value is (18,57,98). Sum of RGB (Red+Green+Blue) = 18+57+98=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 57 (22.66% from 255 or 32.95% from 173); Blue value is 98 (38.67% from 255 or 56.65% from 173); Max value from RGB is 98 - color contains mainly: blue. Hex color #123962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123962 is #EDC69D. Grayscale: #313131. Windows color (decimal): -15582878 or 6437138. OLE color: 6437138.

HSL color Cylindrical-coordinate representation of color #123962: hue angle of 210.75º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #123962 is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB185798-
CMYK0.820.4200.62
HSL210.75º68.97%22.75%-
HSV(B)210.75º81.63%38.43%-
XYZ3.923.9412.11-
YUV50.01155.08105.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.40%
GREEN value IS 57 (22.66% from 255) = 32.95%
BLUE value IS 98 (38.67% from 255) = 56.65%
R=10.40%
G=32.95%
B=56.65%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1857980.820.4200.62210.7568.9722.75
Hex123962522A03Ed34517
Octal22711421225207632310527
Binary1001011100111000101010010101010011111011010011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123962; }

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

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

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

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

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

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

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

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