Html Css Color HEX #123A5B Regal Blue

📋 copy color: '#123A5B'

red 18 ◦ green 58 ◦ blue 91

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

Shades of Regal Blue #123A5B

Tints of Regal Blue #123A5B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 34.73%

 BLUE value IS 91 (35.94% from 255) = 54.49%

R = 10.78%
G = 34.73%
B = 54.49%

CMYK

 C value IS 0.80

 M value IS 0.36

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#123A5B (or 0x123A5B) is known color: Regal Blue. HEX triplet: 12, 3A and 5B. RGB value is (18,58,91). Sum of RGB (Red+Green+Blue) = 18+58+91=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 91 (35.94% from 255 or 54.49% from 167); Max value from RGB is 91 - color contains mainly: blue. Hex color #123A5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123A5B is #EDC5A4. Grayscale: #313131. Windows color (decimal): -15582629 or 5978642. OLE color: 5978642.

HSL color Cylindrical-coordinate representation of color #123A5B: hue angle of 207.12º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #123A5B is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 58 91 -
CMYK 0.80 0.36 0 0.64
HSL 207.12º 0.67% 0.21% -
HSV(B) 207.12º 0.8% 0.36% -
XYZ 3.65 3.91 10.46 -
YUV 49.8 151.25 105.32 -
System Red Green Blue C M Y K H S L
Decimal 18 58 91 0.80 0.36 0 0.64 207.12 0.67 0.21
Hex 12 3A 5B 50 24 0 40 CF 43 15
Octal 22 72 133 120 44 0 100 317 103 25
Binary 10010 111010 1011011 1010000 100100 0 1000000 11001111 1000011 10101

Color Harmonies of #123A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123A5B

Black with #123A5B

Text Example


Text Example

White with #123A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,58,91); }

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

background-color css

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

 a { background-color: rgb(18,58,91); }

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

border-color css

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

 span { border-color: rgb(18,58,91); }

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