Html Css Color HEX #123D54 Regal Blue

📋 copy color: '#123D54'

red 18 ◦ green 61 ◦ blue 84

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

Shades of Regal Blue #123D54

Tints of Regal Blue #123D54

RGB

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

 GREEN value IS 61 (24.22% from 255) = 37.42%

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

R = 11.04%
G = 37.42%
B = 51.53%

CMYK

 C value IS 0.79

 M value IS 0.27

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#123D54 (or 0x123D54) is known color: Regal Blue. HEX triplet: 12, 3D and 54. RGB value is (18,61,84). Sum of RGB (Red+Green+Blue) = 18+61+84=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 61 (24.22% from 255 or 37.42% from 163); Blue value is 84 (33.20% from 255 or 51.53% from 163); Max value from RGB is 84 - color contains mainly: blue. Hex color #123D54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123D54 is #EDC2AB. Grayscale: #323232. Windows color (decimal): -15581868 or 5520658. OLE color: 5520658.

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

Color convert

RGB 18 61 84 -
CMYK 0.79 0.27 0 0.67
HSL 200.91º 0.65% 0.2% -
HSV(B) 200.91º 0.79% 0.33% -
XYZ 3.52 4.11 8.99 -
YUV 50.77 146.75 104.63 -
System Red Green Blue C M Y K H S L
Decimal 18 61 84 0.79 0.27 0 0.67 200.91 0.65 0.2
Hex 12 3D 54 4F 1B 0 43 C9 41 14
Octal 22 75 124 117 33 0 103 311 101 24
Binary 10010 111101 1010100 1001111 11011 0 1000011 11001001 1000001 10100

Color Harmonies of #123D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123D54

Black with #123D54

Text Example


Text Example

White with #123D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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