Html Css Color HEX #122E52 Regal Blue

📋 copy color: '#122E52'

red 18 ◦ green 46 ◦ blue 82

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

Shades of Regal Blue #122E52

Tints of Regal Blue #122E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 56.16%

R = 12.33%
G = 31.51%
B = 56.16%

CMYK

 C value IS 0.78

 M value IS 0.44

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#122E52 (or 0x122E52) is known color: Regal Blue. HEX triplet: 12, 2E and 52. RGB value is (18,46,82). Sum of RGB (Red+Green+Blue) = 18+46+82=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 46 (18.36% from 255 or 31.51% from 146); Blue value is 82 (32.42% from 255 or 56.16% from 146); Max value from RGB is 82 - color contains mainly: blue. Hex color #122E52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122E52 is #EDD1AD. Grayscale: #292929. Windows color (decimal): -15585710 or 5385746. OLE color: 5385746.

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

Color convert

RGB 18 46 82 -
CMYK 0.78 0.44 0 0.68
HSL 213.75º 0.64% 0.2% -
HSV(B) 213.75º 0.78% 0.32% -
XYZ 2.75 2.69 8.36 -
YUV 41.73 150.72 111.07 -
System Red Green Blue C M Y K H S L
Decimal 18 46 82 0.78 0.44 0 0.68 213.75 0.64 0.2
Hex 12 2E 52 4E 2C 0 44 D6 40 14
Octal 22 56 122 116 54 0 104 326 100 24
Binary 10010 101110 1010010 1001110 101100 0 1000100 11010110 1000000 10100

Color Harmonies of #122E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122E52

Black with #122E52

Text Example


Text Example

White with #122E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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