Html Css Color HEX #123B53 Regal Blue

📋 copy color: '#123B53'

red 18 ◦ green 59 ◦ blue 83

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

Shades of Regal Blue #123B53

Tints of Regal Blue #123B53

RGB

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

 GREEN value IS 59 (23.44% from 255) = 36.88%

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

R = 11.25%
G = 36.88%
B = 51.88%

CMYK

 C value IS 0.78

 M value IS 0.29

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#123B53 (or 0x123B53) is known color: Regal Blue. HEX triplet: 12, 3B and 53. RGB value is (18,59,83). Sum of RGB (Red+Green+Blue) = 18+59+83=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 59 (23.44% from 255 or 36.88% from 160); Blue value is 83 (32.81% from 255 or 51.88% from 160); Max value from RGB is 83 - color contains mainly: blue. Hex color #123B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123B53 is #EDC4AC. Grayscale: #313131. Windows color (decimal): -15582381 or 5454610. OLE color: 5454610.

HSL color Cylindrical-coordinate representation of color #123B53: hue angle of 202.15º 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 #123B53 is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 59 83 -
CMYK 0.78 0.29 0 0.67
HSL 202.15º 0.64% 0.2% -
HSV(B) 202.15º 0.78% 0.33% -
XYZ 3.37 3.88 8.75 -
YUV 49.48 146.92 105.55 -
System Red Green Blue C M Y K H S L
Decimal 18 59 83 0.78 0.29 0 0.67 202.15 0.64 0.2
Hex 12 3B 53 4E 1D 0 43 CA 40 14
Octal 22 73 123 116 35 0 103 312 100 24
Binary 10010 111011 1010011 1001110 11101 0 1000011 11001010 1000000 10100

Color Harmonies of #123B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123B53

Black with #123B53

Text Example


Text Example

White with #123B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123B53; }

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

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

background-color css

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

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

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

border-color css

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

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

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