Html Css Color HEX #123C53 Regal Blue

📋 copy color: '#123C53'

red 18 ◦ green 60 ◦ blue 83

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

Shades of Regal Blue #123C53

Tints of Regal Blue #123C53

RGB

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

 GREEN value IS 60 (23.83% from 255) = 37.27%

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

R = 11.18%
G = 37.27%
B = 51.55%

CMYK

 C value IS 0.78

 M value IS 0.28

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#123C53 (or 0x123C53) is known color: Regal Blue. HEX triplet: 12, 3C and 53. RGB value is (18,60,83). Sum of RGB (Red+Green+Blue) = 18+60+83=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 60 (23.83% from 255 or 37.27% from 161); Blue value is 83 (32.81% from 255 or 51.55% from 161); Max value from RGB is 83 - color contains mainly: blue. Hex color #123C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123C53 is #EDC3AC. Grayscale: #313131. Windows color (decimal): -15582125 or 5454866. OLE color: 5454866.

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

Color convert

RGB 18 60 83 -
CMYK 0.78 0.28 0 0.67
HSL 201.23º 0.64% 0.2% -
HSV(B) 201.23º 0.78% 0.33% -
XYZ 3.43 3.98 8.77 -
YUV 50.06 146.59 105.13 -
System Red Green Blue C M Y K H S L
Decimal 18 60 83 0.78 0.28 0 0.67 201.23 0.64 0.2
Hex 12 3C 53 4E 1C 0 43 C9 40 14
Octal 22 74 123 116 34 0 103 311 100 24
Binary 10010 111100 1010011 1001110 11100 0 1000011 11001001 1000000 10100

Color Harmonies of #123C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123C53

Black with #123C53

Text Example


Text Example

White with #123C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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