Html Css Color HEX #123356 Regal Blue

📋 copy color: '#123356'

red 18 ◦ green 51 ◦ blue 86

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

Shades of Regal Blue #123356

Tints of Regal Blue #123356

RGB

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

 GREEN value IS 51 (20.31% from 255) = 32.9%

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

R = 11.61%
G = 32.9%
B = 55.48%

CMYK

 C value IS 0.79

 M value IS 0.41

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#123356 (or 0x123356) is known color: Regal Blue. HEX triplet: 12, 33 and 56. RGB value is (18,51,86). Sum of RGB (Red+Green+Blue) = 18+51+86=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 86 (33.98% from 255 or 55.48% from 155); Max value from RGB is 86 - color contains mainly: blue. Hex color #123356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123356 is #EDCCA9. Grayscale: #2C2C2C. Windows color (decimal): -15584426 or 5649170. OLE color: 5649170.

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

Color convert

RGB 18 51 86 -
CMYK 0.79 0.41 0 0.66
HSL 210.88º 0.65% 0.2% -
HSV(B) 210.88º 0.79% 0.34% -
XYZ 3.11 3.17 9.25 -
YUV 45.12 151.07 108.65 -
System Red Green Blue C M Y K H S L
Decimal 18 51 86 0.79 0.41 0 0.66 210.88 0.65 0.2
Hex 12 33 56 4F 29 0 42 D3 41 14
Octal 22 63 126 117 51 0 102 323 101 24
Binary 10010 110011 1010110 1001111 101001 0 1000010 11010011 1000001 10100

Color Harmonies of #123356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123356

Black with #123356

Text Example


Text Example

White with #123356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123356; }

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

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

background-color css

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

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

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

border-color css

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

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

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