Html Css Color HEX #123158 Regal Blue

📋 copy color: '#123158'

red 18 ◦ green 49 ◦ blue 88

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

Shades of Regal Blue #123158

Tints of Regal Blue #123158

RGB

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

 GREEN value IS 49 (19.53% from 255) = 31.61%

 BLUE value IS 88 (34.77% from 255) = 56.77%

R = 11.61%
G = 31.61%
B = 56.77%

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

#123158 (or 0x123158) is known color: Regal Blue. HEX triplet: 12, 31 and 58. RGB value is (18,49,88). Sum of RGB (Red+Green+Blue) = 18+49+88=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 49 (19.53% from 255 or 31.61% from 155); Blue value is 88 (34.77% from 255 or 56.77% from 155); Max value from RGB is 88 - color contains mainly: blue. Hex color #123158 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123158 is #EDCEA7. Grayscale: #2B2B2B. Windows color (decimal): -15584936 or 5779730. OLE color: 5779730.

HSL color Cylindrical-coordinate representation of color #123158: hue angle of 213.43º 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 #123158 is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 49 88 -
CMYK 0.80 0.44 0 0.65
HSL 213.43º 0.66% 0.21% -
HSV(B) 213.43º 0.8% 0.35% -
XYZ 3.11 3.03 9.65 -
YUV 44.18 152.73 109.33 -
System Red Green Blue C M Y K H S L
Decimal 18 49 88 0.80 0.44 0 0.65 213.43 0.66 0.21
Hex 12 31 58 50 2C 0 41 D5 42 15
Octal 22 61 130 120 54 0 101 325 102 25
Binary 10010 110001 1011000 1010000 101100 0 1000001 11010101 1000010 10101

Color Harmonies of #123158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123158

Black with #123158

Text Example


Text Example

White with #123158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123158; }

 p { color: rgb(18,49,88); }

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

background-color css

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

 a { background-color: rgb(18,49,88); }

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

border-color css

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

 span { border-color: rgb(18,49,88); }

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