Html Css Color HEX #123456 Regal Blue

📋 copy color: '#123456'

red 18 ◦ green 52 ◦ blue 86

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

Shades of Regal Blue #123456

Tints of Regal Blue #123456

RGB

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

 GREEN value IS 52 (20.7% from 255) = 33.33%

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

R = 11.54%
G = 33.33%
B = 55.13%

CMYK

 C value IS 0.79

 M value IS 0.40

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#123456 (or 0x123456) is known color: Regal Blue. HEX triplet: 12, 34 and 56. RGB value is (18,52,86). Sum of RGB (Red+Green+Blue) = 18+52+86=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 86 (33.98% from 255 or 55.13% from 156); Max value from RGB is 86 - color contains mainly: blue. Hex color #123456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123456 is #EDCBA9. Grayscale: #2D2D2D. Windows color (decimal): -15584170 or 5649426. OLE color: 5649426.

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

Color convert

RGB 18 52 86 -
CMYK 0.79 0.40 0 0.66
HSL 210º 0.65% 0.2% -
HSV(B) 210º 0.79% 0.34% -
XYZ 3.16 3.26 9.27 -
YUV 45.71 150.74 108.24 -
System Red Green Blue C M Y K H S L
Decimal 18 52 86 0.79 0.40 0 0.66 210 0.65 0.2
Hex 12 34 56 4F 28 0 42 D2 41 14
Octal 22 64 126 117 50 0 102 322 101 24
Binary 10010 110100 1010110 1001111 101000 0 1000010 11010010 1000001 10100

Color Harmonies of #123456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123456

Black with #123456

Text Example


Text Example

White with #123456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123456; }

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

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

background-color css

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

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

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

border-color css

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

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

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