Html Css Color HEX #123753 Regal Blue

📋 copy color: '#123753'

red 18 ◦ green 55 ◦ blue 83

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

Shades of Regal Blue #123753

Tints of Regal Blue #123753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 53.21%

R = 11.54%
G = 35.26%
B = 53.21%

CMYK

 C value IS 0.78

 M value IS 0.34

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#123753 (or 0x123753) is known color: Regal Blue. HEX triplet: 12, 37 and 53. RGB value is (18,55,83). Sum of RGB (Red+Green+Blue) = 18+55+83=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 55 (21.88% from 255 or 35.26% from 156); Blue value is 83 (32.81% from 255 or 53.21% from 156); Max value from RGB is 83 - color contains mainly: blue. Hex color #123753 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123753 is #EDC8AC. Grayscale: #2E2E2E. Windows color (decimal): -15583405 or 5453586. OLE color: 5453586.

HSL color Cylindrical-coordinate representation of color #123753: hue angle of 205.85º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #123753 is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 55 83 -
CMYK 0.78 0.34 0 0.67
HSL 205.85º 0.64% 0.2% -
HSV(B) 205.85º 0.78% 0.33% -
XYZ 3.18 3.49 8.69 -
YUV 47.13 148.24 107.22 -
System Red Green Blue C M Y K H S L
Decimal 18 55 83 0.78 0.34 0 0.67 205.85 0.64 0.2
Hex 12 37 53 4E 22 0 43 CE 40 14
Octal 22 67 123 116 42 0 103 316 100 24
Binary 10010 110111 1010011 1001110 100010 0 1000011 11001110 1000000 10100

Color Harmonies of #123753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123753

Black with #123753

Text Example


Text Example

White with #123753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123753; }

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

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

background-color css

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

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

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

border-color css

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

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

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