Html Css Color HEX #123554 Regal Blue

📋 copy color: '#123554'

red 18 ◦ green 53 ◦ blue 84

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

Shades of Regal Blue #123554

Tints of Regal Blue #123554

RGB

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

 GREEN value IS 53 (21.09% from 255) = 34.19%

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

R = 11.61%
G = 34.19%
B = 54.19%

CMYK

 C value IS 0.79

 M value IS 0.37

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#123554 (or 0x123554) is known color: Regal Blue. HEX triplet: 12, 35 and 54. RGB value is (18,53,84). Sum of RGB (Red+Green+Blue) = 18+53+84=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 84 (33.20% from 255 or 54.19% from 155); Max value from RGB is 84 - color contains mainly: blue. Hex color #123554 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123554 is #EDCAAB. Grayscale: #2D2D2D. Windows color (decimal): -15583916 or 5518610. OLE color: 5518610.

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

Color convert

RGB 18 53 84 -
CMYK 0.79 0.37 0 0.67
HSL 208.18º 0.65% 0.2% -
HSV(B) 208.18º 0.79% 0.33% -
XYZ 3.12 3.31 8.86 -
YUV 46.07 149.4 107.98 -
System Red Green Blue C M Y K H S L
Decimal 18 53 84 0.79 0.37 0 0.67 208.18 0.65 0.2
Hex 12 35 54 4F 25 0 43 D0 41 14
Octal 22 65 124 117 45 0 103 320 101 24
Binary 10010 110101 1010100 1001111 100101 0 1000011 11010000 1000001 10100

Color Harmonies of #123554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123554

Black with #123554

Text Example


Text Example

White with #123554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123554; }

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

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

background-color css

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

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

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

border-color css

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

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

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