Html Css Color HEX #123951 Regal Blue

📋 copy color: '#123951'

red 18 ◦ green 57 ◦ blue 81

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

Shades of Regal Blue #123951

Tints of Regal Blue #123951

RGB

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

 GREEN value IS 57 (22.66% from 255) = 36.54%

 BLUE value IS 81 (32.03% from 255) = 51.92%

R = 11.54%
G = 36.54%
B = 51.92%

CMYK

 C value IS 0.78

 M value IS 0.30

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#123951 (or 0x123951) is known color: Regal Blue. HEX triplet: 12, 39 and 51. RGB value is (18,57,81). Sum of RGB (Red+Green+Blue) = 18+57+81=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 81 (32.03% from 255 or 51.92% from 156); Max value from RGB is 81 - color contains mainly: blue. Hex color #123951 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123951 is #EDC6AE. Grayscale: #2F2F2F. Windows color (decimal): -15582895 or 5323026. OLE color: 5323026.

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

Color convert

RGB 18 57 81 -
CMYK 0.78 0.30 0 0.68
HSL 202.86º 0.64% 0.19% -
HSV(B) 202.86º 0.78% 0.32% -
XYZ 3.2 3.65 8.32 -
YUV 48.08 146.58 106.55 -
System Red Green Blue C M Y K H S L
Decimal 18 57 81 0.78 0.30 0 0.68 202.86 0.64 0.19
Hex 12 39 51 4E 1E 0 44 CB 40 13
Octal 22 71 121 116 36 0 104 313 100 23
Binary 10010 111001 1010001 1001110 11110 0 1000100 11001011 1000000 10011

Color Harmonies of #123951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123951

Black with #123951

Text Example


Text Example

White with #123951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123951; }

 p { color: rgb(18,57,81); }

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

background-color css

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

 a { background-color: rgb(18,57,81); }

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

border-color css

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

 span { border-color: rgb(18,57,81); }

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