Html Css Color HEX #123D56 Regal Blue

📋 copy color: '#123D56'

red 18 ◦ green 61 ◦ blue 86

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

Shades of Regal Blue #123D56

Tints of Regal Blue #123D56

RGB

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

 GREEN value IS 61 (24.22% from 255) = 36.97%

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

R = 10.91%
G = 36.97%
B = 52.12%

CMYK

 C value IS 0.79

 M value IS 0.29

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#123D56 (or 0x123D56) is known color: Regal Blue. HEX triplet: 12, 3D and 56. RGB value is (18,61,86). Sum of RGB (Red+Green+Blue) = 18+61+86=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 61 (24.22% from 255 or 36.97% from 165); Blue value is 86 (33.98% from 255 or 52.12% from 165); Max value from RGB is 86 - color contains mainly: blue. Hex color #123D56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123D56 is #EDC2A9. Grayscale: #323232. Windows color (decimal): -15581866 or 5651730. OLE color: 5651730.

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

Color convert

RGB 18 61 86 -
CMYK 0.79 0.29 0 0.66
HSL 202.06º 0.65% 0.2% -
HSV(B) 202.06º 0.79% 0.34% -
XYZ 3.6 4.14 9.41 -
YUV 50.99 147.75 104.47 -
System Red Green Blue C M Y K H S L
Decimal 18 61 86 0.79 0.29 0 0.66 202.06 0.65 0.2
Hex 12 3D 56 4F 1D 0 42 CA 41 14
Octal 22 75 126 117 35 0 102 312 101 24
Binary 10010 111101 1010110 1001111 11101 0 1000010 11001010 1000001 10100

Color Harmonies of #123D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123D56

Black with #123D56

Text Example


Text Example

White with #123D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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