Html Css Color HEX #122E53 Regal Blue

📋 copy color: '#122E53'

red 18 ◦ green 46 ◦ blue 83

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

Shades of Regal Blue #122E53

Tints of Regal Blue #122E53

RGB

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

 GREEN value IS 46 (18.36% from 255) = 31.29%

 BLUE value IS 83 (32.81% from 255) = 56.46%

R = 12.24%
G = 31.29%
B = 56.46%

CMYK

 C value IS 0.78

 M value IS 0.45

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#122E53 (or 0x122E53) is known color: Regal Blue. HEX triplet: 12, 2E and 53. RGB value is (18,46,83). Sum of RGB (Red+Green+Blue) = 18+46+83=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 83 (32.81% from 255 or 56.46% from 147); Max value from RGB is 83 - color contains mainly: blue. Hex color #122E53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122E53 is #EDD1AC. Grayscale: #292929. Windows color (decimal): -15585709 or 5451282. OLE color: 5451282.

HSL color Cylindrical-coordinate representation of color #122E53: hue angle of 214.15º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #122E53 is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 46 83 -
CMYK 0.78 0.45 0 0.67
HSL 214.15º 0.64% 0.2% -
HSV(B) 214.15º 0.78% 0.33% -
XYZ 2.79 2.71 8.56 -
YUV 41.85 151.22 110.99 -
System Red Green Blue C M Y K H S L
Decimal 18 46 83 0.78 0.45 0 0.67 214.15 0.64 0.2
Hex 12 2E 53 4E 2D 0 43 D6 40 14
Octal 22 56 123 116 55 0 103 326 100 24
Binary 10010 101110 1010011 1001110 101101 0 1000011 11010110 1000000 10100

Color Harmonies of #122E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122E53

Black with #122E53

Text Example


Text Example

White with #122E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122E53; }

 p { color: rgb(18,46,83); }

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

background-color css

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

 a { background-color: rgb(18,46,83); }

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

border-color css

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

 span { border-color: rgb(18,46,83); }

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