Html Css Color HEX #123156 Regal Blue

📋 copy color: '#123156'

red 18 ◦ green 49 ◦ blue 86

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

Shades of Regal Blue #123156

Tints of Regal Blue #123156

RGB

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

 GREEN value IS 49 (19.53% from 255) = 32.03%

 BLUE value IS 86 (33.98% from 255) = 56.21%

R = 11.76%
G = 32.03%
B = 56.21%

CMYK

 C value IS 0.79

 M value IS 0.43

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#123156 (or 0x123156) is known color: Regal Blue. HEX triplet: 12, 31 and 56. RGB value is (18,49,86). Sum of RGB (Red+Green+Blue) = 18+49+86=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 86 (33.98% from 255 or 56.21% from 153); Max value from RGB is 86 - color contains mainly: blue. Hex color #123156 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123156 is #EDCEA9. Grayscale: #2B2B2B. Windows color (decimal): -15584938 or 5648658. OLE color: 5648658.

HSL color Cylindrical-coordinate representation of color #123156: hue angle of 212.65º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #123156 is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 49 86 -
CMYK 0.79 0.43 0 0.66
HSL 212.65º 0.65% 0.2% -
HSV(B) 212.65º 0.79% 0.34% -
XYZ 3.03 3 9.22 -
YUV 43.95 151.73 109.49 -
System Red Green Blue C M Y K H S L
Decimal 18 49 86 0.79 0.43 0 0.66 212.65 0.65 0.2
Hex 12 31 56 4F 2B 0 42 D5 41 14
Octal 22 61 126 117 53 0 102 325 101 24
Binary 10010 110001 1010110 1001111 101011 0 1000010 11010101 1000001 10100

Color Harmonies of #123156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123156

Black with #123156

Text Example


Text Example

White with #123156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123156; }

 p { color: rgb(18,49,86); }

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

background-color css

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

 a { background-color: rgb(18,49,86); }

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

border-color css

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

 span { border-color: rgb(18,49,86); }

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