Html Css Color HEX #123154 Regal Blue

📋 copy color: '#123154'

red 18 ◦ green 49 ◦ blue 84

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

Shades of Regal Blue #123154

Tints of Regal Blue #123154

RGB

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

 GREEN value IS 49 (19.53% from 255) = 32.45%

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

R = 11.92%
G = 32.45%
B = 55.63%

CMYK

 C value IS 0.79

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#123154 (or 0x123154) is known color: Regal Blue. HEX triplet: 12, 31 and 54. RGB value is (18,49,84). Sum of RGB (Red+Green+Blue) = 18+49+84=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 84 (33.20% from 255 or 55.63% from 151); Max value from RGB is 84 - color contains mainly: blue. Hex color #123154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123154 is #EDCEAB. Grayscale: #2B2B2B. Windows color (decimal): -15584940 or 5517586. OLE color: 5517586.

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

Color convert

RGB 18 49 84 -
CMYK 0.79 0.42 0 0.67
HSL 211.82º 0.65% 0.2% -
HSV(B) 211.82º 0.79% 0.33% -
XYZ 2.95 2.97 8.8 -
YUV 43.72 150.73 109.65 -
System Red Green Blue C M Y K H S L
Decimal 18 49 84 0.79 0.42 0 0.67 211.82 0.65 0.2
Hex 12 31 54 4F 2A 0 43 D4 41 14
Octal 22 61 124 117 52 0 103 324 101 24
Binary 10010 110001 1010100 1001111 101010 0 1000011 11010100 1000001 10100

Color Harmonies of #123154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123154

Black with #123154

Text Example


Text Example

White with #123154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123154; }

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

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

background-color css

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

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

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

border-color css

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

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

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