Html Css Color HEX #123259 Regal Blue

📋 copy color: '#123259'

red 18 ◦ green 50 ◦ blue 89

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

Shades of Regal Blue #123259

Tints of Regal Blue #123259

RGB

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

 GREEN value IS 50 (19.92% from 255) = 31.85%

 BLUE value IS 89 (35.16% from 255) = 56.69%

R = 11.46%
G = 31.85%
B = 56.69%

CMYK

 C value IS 0.80

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#123259 (or 0x123259) is known color: Regal Blue. HEX triplet: 12, 32 and 59. RGB value is (18,50,89). Sum of RGB (Red+Green+Blue) = 18+50+89=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 89 (35.16% from 255 or 56.69% from 157); Max value from RGB is 89 - color contains mainly: blue. Hex color #123259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123259 is #EDCDA6. Grayscale: #2C2C2C. Windows color (decimal): -15584679 or 5845522. OLE color: 5845522.

HSL color Cylindrical-coordinate representation of color #123259: hue angle of 212.96º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #123259 is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 50 89 -
CMYK 0.80 0.44 0 0.65
HSL 212.96º 0.66% 0.21% -
HSV(B) 212.96º 0.8% 0.35% -
XYZ 3.19 3.13 9.89 -
YUV 44.88 152.9 108.83 -
System Red Green Blue C M Y K H S L
Decimal 18 50 89 0.80 0.44 0 0.65 212.96 0.66 0.21
Hex 12 32 59 50 2C 0 41 D5 42 15
Octal 22 62 131 120 54 0 101 325 102 25
Binary 10010 110010 1011001 1010000 101100 0 1000001 11010101 1000010 10101

Color Harmonies of #123259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123259

Black with #123259

Text Example


Text Example

White with #123259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123259; }

 p { color: rgb(18,50,89); }

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

background-color css

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

 a { background-color: rgb(18,50,89); }

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

border-color css

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

 span { border-color: rgb(18,50,89); }

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