Html Css Color HEX #123053 Regal Blue

📋 copy color: '#123053'

red 18 ◦ green 48 ◦ blue 83

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

Shades of Regal Blue #123053

Tints of Regal Blue #123053

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32.21%

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

R = 12.08%
G = 32.21%
B = 55.7%

CMYK

 C value IS 0.78

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#123053 (or 0x123053) is known color: Regal Blue. HEX triplet: 12, 30 and 53. RGB value is (18,48,83). Sum of RGB (Red+Green+Blue) = 18+48+83=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 83 (32.81% from 255 or 55.70% from 149); Max value from RGB is 83 - color contains mainly: blue. Hex color #123053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123053 is #EDCFAC. Grayscale: #2A2A2A. Windows color (decimal): -15585197 or 5451794. OLE color: 5451794.

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

Color convert

RGB 18 48 83 -
CMYK 0.78 0.42 0 0.67
HSL 212.31º 0.64% 0.2% -
HSV(B) 212.31º 0.78% 0.33% -
XYZ 2.87 2.87 8.59 -
YUV 43.02 150.56 110.15 -
System Red Green Blue C M Y K H S L
Decimal 18 48 83 0.78 0.42 0 0.67 212.31 0.64 0.2
Hex 12 30 53 4E 2A 0 43 D4 40 14
Octal 22 60 123 116 52 0 103 324 100 24
Binary 10010 110000 1010011 1001110 101010 0 1000011 11010100 1000000 10100

Color Harmonies of #123053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123053

Black with #123053

Text Example


Text Example

White with #123053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123053; }

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

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

background-color css

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

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

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

border-color css

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

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

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