Html Css Color HEX #122D52 Regal Blue

📋 copy color: '#122D52'

red 18 ◦ green 45 ◦ blue 82

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

Shades of Regal Blue #122D52

Tints of Regal Blue #122D52

RGB

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

 GREEN value IS 45 (17.97% from 255) = 31.03%

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

R = 12.41%
G = 31.03%
B = 56.55%

CMYK

 C value IS 0.78

 M value IS 0.45

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#122D52 (or 0x122D52) is known color: Regal Blue. HEX triplet: 12, 2D and 52. RGB value is (18,45,82). Sum of RGB (Red+Green+Blue) = 18+45+82=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 45 (17.97% from 255 or 31.03% from 145); Blue value is 82 (32.42% from 255 or 56.55% from 145); Max value from RGB is 82 - color contains mainly: blue. Hex color #122D52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122D52 is #EDD2AD. Grayscale: #282828. Windows color (decimal): -15585966 or 5385490. OLE color: 5385490.

HSL color Cylindrical-coordinate representation of color #122D52: hue angle of 214.69º 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 #122D52 is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 45 82 -
CMYK 0.78 0.45 0 0.68
HSL 214.69º 0.64% 0.2% -
HSV(B) 214.69º 0.78% 0.32% -
XYZ 2.71 2.61 8.34 -
YUV 41.15 151.05 111.49 -
System Red Green Blue C M Y K H S L
Decimal 18 45 82 0.78 0.45 0 0.68 214.69 0.64 0.2
Hex 12 2D 52 4E 2D 0 44 D7 40 14
Octal 22 55 122 116 55 0 104 327 100 24
Binary 10010 101101 1010010 1001110 101101 0 1000100 11010111 1000000 10100

Color Harmonies of #122D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122D52

Black with #122D52

Text Example


Text Example

White with #122D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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