Html Css Color HEX #123254 Regal Blue

📋 copy color: '#123254'

red 18 ◦ green 50 ◦ blue 84

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

Shades of Regal Blue #123254

Tints of Regal Blue #123254

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.89%

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

R = 11.84%
G = 32.89%
B = 55.26%

CMYK

 C value IS 0.79

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#123254 (or 0x123254) is known color: Regal Blue. HEX triplet: 12, 32 and 54. RGB value is (18,50,84). Sum of RGB (Red+Green+Blue) = 18+50+84=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 84 (33.20% from 255 or 55.26% from 152); Max value from RGB is 84 - color contains mainly: blue. Hex color #123254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123254 is #EDCDAB. Grayscale: #2C2C2C. Windows color (decimal): -15584684 or 5517842. OLE color: 5517842.

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

Color convert

RGB 18 50 84 -
CMYK 0.79 0.40 0 0.67
HSL 210.91º 0.65% 0.2% -
HSV(B) 210.91º 0.79% 0.33% -
XYZ 2.99 3.05 8.82 -
YUV 44.31 150.4 109.24 -
System Red Green Blue C M Y K H S L
Decimal 18 50 84 0.79 0.40 0 0.67 210.91 0.65 0.2
Hex 12 32 54 4F 28 0 43 D3 41 14
Octal 22 62 124 117 50 0 103 323 101 24
Binary 10010 110010 1010100 1001111 101000 0 1000011 11010011 1000001 10100

Color Harmonies of #123254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123254

Black with #123254

Text Example


Text Example

White with #123254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123254; }

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

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

background-color css

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

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

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

border-color css

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

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

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