Html Css Color HEX #123654 Regal Blue

📋 copy color: '#123654'

red 18 ◦ green 54 ◦ blue 84

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

Shades of Regal Blue #123654

Tints of Regal Blue #123654

RGB

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

 GREEN value IS 54 (21.48% from 255) = 34.62%

 BLUE value IS 84 (33.2% from 255) = 53.85%

R = 11.54%
G = 34.62%
B = 53.85%

CMYK

 C value IS 0.79

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#123654 (or 0x123654) is known color: Regal Blue. HEX triplet: 12, 36 and 54. RGB value is (18,54,84). Sum of RGB (Red+Green+Blue) = 18+54+84=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 84 (33.20% from 255 or 53.85% from 156); Max value from RGB is 84 - color contains mainly: blue. Hex color #123654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123654 is #EDC9AB. Grayscale: #2E2E2E. Windows color (decimal): -15583660 or 5518866. OLE color: 5518866.

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

Color convert

RGB 18 54 84 -
CMYK 0.79 0.36 0 0.67
HSL 207.27º 0.65% 0.2% -
HSV(B) 207.27º 0.79% 0.33% -
XYZ 3.17 3.41 8.88 -
YUV 46.66 149.07 107.56 -
System Red Green Blue C M Y K H S L
Decimal 18 54 84 0.79 0.36 0 0.67 207.27 0.65 0.2
Hex 12 36 54 4F 24 0 43 CF 41 14
Octal 22 66 124 117 44 0 103 317 101 24
Binary 10010 110110 1010100 1001111 100100 0 1000011 11001111 1000001 10100

Color Harmonies of #123654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123654

Black with #123654

Text Example


Text Example

White with #123654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123654; }

 p { color: rgb(18,54,84); }

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

background-color css

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

 a { background-color: rgb(18,54,84); }

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

border-color css

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

 span { border-color: rgb(18,54,84); }

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