Html Css Color HEX #123054 Regal Blue

📋 copy color: '#123054'

red 18 ◦ green 48 ◦ blue 84

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

Shades of Regal Blue #123054

Tints of Regal Blue #123054

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32%

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

R = 12%
G = 32%
B = 56%

CMYK

 C value IS 0.79

 M value IS 0.43

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#123054 (or 0x123054) is known color: Regal Blue. HEX triplet: 12, 30 and 54. RGB value is (18,48,84). Sum of RGB (Red+Green+Blue) = 18+48+84=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 84 (33.20% from 255 or 56% from 150); Max value from RGB is 84 - color contains mainly: blue. Hex color #123054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123054 is #EDCFAB. Grayscale: #2A2A2A. Windows color (decimal): -15585196 or 5517330. OLE color: 5517330.

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

Color convert

RGB 18 48 84 -
CMYK 0.79 0.43 0 0.67
HSL 212.73º 0.65% 0.2% -
HSV(B) 212.73º 0.79% 0.33% -
XYZ 2.91 2.88 8.79 -
YUV 43.13 151.06 110.07 -
System Red Green Blue C M Y K H S L
Decimal 18 48 84 0.79 0.43 0 0.67 212.73 0.65 0.2
Hex 12 30 54 4F 2B 0 43 D5 41 14
Octal 22 60 124 117 53 0 103 325 101 24
Binary 10010 110000 1010100 1001111 101011 0 1000011 11010101 1000001 10100

Color Harmonies of #123054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123054

Black with #123054

Text Example


Text Example

White with #123054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123054; }

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

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

background-color css

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

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

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

border-color css

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

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

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