Html Css Color HEX #122F54 Regal Blue

📋 copy color: '#122F54'

red 18 ◦ green 47 ◦ blue 84

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

Shades of Regal Blue #122F54

Tints of Regal Blue #122F54

RGB

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

 GREEN value IS 47 (18.75% from 255) = 31.54%

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

R = 12.08%
G = 31.54%
B = 56.38%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#122F54 (or 0x122F54) is known color: Regal Blue. HEX triplet: 12, 2F and 54. RGB value is (18,47,84). Sum of RGB (Red+Green+Blue) = 18+47+84=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 47 (18.75% from 255 or 31.54% from 149); Blue value is 84 (33.20% from 255 or 56.38% from 149); Max value from RGB is 84 - color contains mainly: blue. Hex color #122F54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122F54 is #EDD0AB. Grayscale: #2A2A2A. Windows color (decimal): -15585452 or 5517074. OLE color: 5517074.

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

Color convert

RGB 18 47 84 -
CMYK 0.79 0.44 0 0.67
HSL 213.64º 0.65% 0.2% -
HSV(B) 213.64º 0.79% 0.33% -
XYZ 2.87 2.8 8.78 -
YUV 42.55 151.39 110.49 -
System Red Green Blue C M Y K H S L
Decimal 18 47 84 0.79 0.44 0 0.67 213.64 0.65 0.2
Hex 12 2F 54 4F 2C 0 43 D6 41 14
Octal 22 57 124 117 54 0 103 326 101 24
Binary 10010 101111 1010100 1001111 101100 0 1000011 11010110 1000001 10100

Color Harmonies of #122F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122F54

Black with #122F54

Text Example


Text Example

White with #122F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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