Html Css Color HEX #123256 Regal Blue

📋 copy color: '#123256'

red 18 ◦ green 50 ◦ blue 86

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

Shades of Regal Blue #123256

Tints of Regal Blue #123256

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.47%

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

R = 11.69%
G = 32.47%
B = 55.84%

CMYK

 C value IS 0.79

 M value IS 0.42

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#123256 (or 0x123256) is known color: Regal Blue. HEX triplet: 12, 32 and 56. RGB value is (18,50,86). Sum of RGB (Red+Green+Blue) = 18+50+86=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 86 (33.98% from 255 or 55.84% from 154); Max value from RGB is 86 - color contains mainly: blue. Hex color #123256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123256 is #EDCDA9. Grayscale: #2C2C2C. Windows color (decimal): -15584682 or 5648914. OLE color: 5648914.

HSL color Cylindrical-coordinate representation of color #123256: hue angle of 211.76º 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 #123256 is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 50 86 -
CMYK 0.79 0.42 0 0.66
HSL 211.76º 0.65% 0.2% -
HSV(B) 211.76º 0.79% 0.34% -
XYZ 3.07 3.08 9.24 -
YUV 44.54 151.4 109.07 -
System Red Green Blue C M Y K H S L
Decimal 18 50 86 0.79 0.42 0 0.66 211.76 0.65 0.2
Hex 12 32 56 4F 2A 0 42 D4 41 14
Octal 22 62 126 117 52 0 102 324 101 24
Binary 10010 110010 1010110 1001111 101010 0 1000010 11010100 1000001 10100

Color Harmonies of #123256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123256

Black with #123256

Text Example


Text Example

White with #123256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123256; }

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

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

background-color css

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

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

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

border-color css

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

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

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