Html Css Color HEX #123750 Regal Blue

📋 copy color: '#123750'

red 18 ◦ green 55 ◦ blue 80

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

Shades of Regal Blue #123750

Tints of Regal Blue #123750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 52.29%

R = 11.76%
G = 35.95%
B = 52.29%

CMYK

 C value IS 0.78

 M value IS 0.31

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#123750 (or 0x123750) is known color: Regal Blue. HEX triplet: 12, 37 and 50. RGB value is (18,55,80). Sum of RGB (Red+Green+Blue) = 18+55+80=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 80 (31.64% from 255 or 52.29% from 153); Max value from RGB is 80 - color contains mainly: blue. Hex color #123750 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123750 is #EDC8AF. Grayscale: #2E2E2E. Windows color (decimal): -15583408 or 5256978. OLE color: 5256978.

HSL color Cylindrical-coordinate representation of color #123750: hue angle of 204.19º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #123750 is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 55 80 -
CMYK 0.78 0.31 0 0.69
HSL 204.19º 0.63% 0.19% -
HSV(B) 204.19º 0.78% 0.31% -
XYZ 3.06 3.44 8.09 -
YUV 46.79 146.74 107.47 -
System Red Green Blue C M Y K H S L
Decimal 18 55 80 0.78 0.31 0 0.69 204.19 0.63 0.19
Hex 12 37 50 4E 1F 0 45 CC 3F 13
Octal 22 67 120 116 37 0 105 314 77 23
Binary 10010 110111 1010000 1001110 11111 0 1000101 11001100 111111 10011

Color Harmonies of #123750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123750

Black with #123750

Text Example


Text Example

White with #123750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123750; }

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

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

background-color css

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

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

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

border-color css

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

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

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