Html Css Color HEX #123A51 Regal Blue

📋 copy color: '#123A51'

red 18 ◦ green 58 ◦ blue 81

#123A51
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regal Blue #123A51

Tints of Regal Blue #123A51

RGB

 RED value IS 18 (7.42% from 255) = 11.46%

 GREEN value IS 58 (23.05% from 255) = 36.94%

 BLUE value IS 81 (32.03% from 255) = 51.59%

R = 11.46%
G = 36.94%
B = 51.59%

CMYK

 C value IS 0.78

 M value IS 0.28

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#123A51 (or 0x123A51) is known color: Regal Blue. HEX triplet: 12, 3A and 51. RGB value is (18,58,81). Sum of RGB (Red+Green+Blue) = 18+58+81=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 81 (32.03% from 255 or 51.59% from 157); Max value from RGB is 81 - color contains mainly: blue. Hex color #123A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123A51 is #EDC5AE. Grayscale: #303030. Windows color (decimal): -15582639 or 5323282. OLE color: 5323282.

HSL color Cylindrical-coordinate representation of color #123A51: hue angle of 201.9º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #123A51 is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 58 81 -
CMYK 0.78 0.28 0 0.68
HSL 201.9º 0.64% 0.19% -
HSV(B) 201.9º 0.78% 0.32% -
XYZ 3.25 3.75 8.34 -
YUV 48.66 146.25 106.13 -
System Red Green Blue C M Y K H S L
Decimal 18 58 81 0.78 0.28 0 0.68 201.9 0.64 0.19
Hex 12 3A 51 4E 1C 0 44 CA 40 13
Octal 22 72 121 116 34 0 104 312 100 23
Binary 10010 111010 1010001 1001110 11100 0 1000100 11001010 1000000 10011

Color Harmonies of #123A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123A51

Black with #123A51

Text Example


Text Example

White with #123A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,58,81); }

 H1.HeaderClassName
 {
   color: #123A51;
 }
 .AnyTagClassName
 {
   color: #123A51;
 }
</style>

background-color css

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

 a { background-color: rgb(18,58,81); }

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

border-color css

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

 span { border-color: rgb(18,58,81); }

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