Html Css Color HEX #123751 Regal Blue

📋 copy color: '#123751'

red 18 ◦ green 55 ◦ blue 81

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

Shades of Regal Blue #123751

Tints of Regal Blue #123751

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.71%

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

R = 11.69%
G = 35.71%
B = 52.6%

CMYK

 C value IS 0.78

 M value IS 0.32

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#123751 (or 0x123751) is known color: Regal Blue. HEX triplet: 12, 37 and 51. RGB value is (18,55,81). Sum of RGB (Red+Green+Blue) = 18+55+81=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 81 (32.03% from 255 or 52.60% from 154); Max value from RGB is 81 - color contains mainly: blue. Hex color #123751 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123751 is #EDC8AE. Grayscale: #2E2E2E. Windows color (decimal): -15583407 or 5322514. OLE color: 5322514.

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

Color convert

RGB 18 55 81 -
CMYK 0.78 0.32 0 0.68
HSL 204.76º 0.64% 0.19% -
HSV(B) 204.76º 0.78% 0.32% -
XYZ 3.1 3.46 8.29 -
YUV 46.9 147.24 107.39 -
System Red Green Blue C M Y K H S L
Decimal 18 55 81 0.78 0.32 0 0.68 204.76 0.64 0.19
Hex 12 37 51 4E 20 0 44 CD 40 13
Octal 22 67 121 116 40 0 104 315 100 23
Binary 10010 110111 1010001 1001110 100000 0 1000100 11001101 1000000 10011

Color Harmonies of #123751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123751

Black with #123751

Text Example


Text Example

White with #123751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123751; }

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

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

background-color css

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

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

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

border-color css

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

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

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