Html Css Color HEX #123A61 Regal Blue

📋 copy color: '#123A61'

red 18 ◦ green 58 ◦ blue 97

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

Shades of Regal Blue #123A61

Tints of Regal Blue #123A61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 56.07%

R = 10.4%
G = 33.53%
B = 56.07%

CMYK

 C value IS 0.81

 M value IS 0.40

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#123A61 (or 0x123A61) is known color: Regal Blue. HEX triplet: 12, 3A and 61. RGB value is (18,58,97). Sum of RGB (Red+Green+Blue) = 18+58+97=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 97 (38.28% from 255 or 56.07% from 173); Max value from RGB is 97 - color contains mainly: blue. Hex color #123A61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123A61 is #EDC59E. Grayscale: #323232. Windows color (decimal): -15582623 or 6371858. OLE color: 6371858.

HSL color Cylindrical-coordinate representation of color #123A61: hue angle of 209.62º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #123A61 is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 58 97 -
CMYK 0.81 0.40 0 0.62
HSL 209.62º 0.69% 0.23% -
HSV(B) 209.62º 0.81% 0.38% -
XYZ 3.92 4.02 11.88 -
YUV 50.49 154.25 104.83 -
System Red Green Blue C M Y K H S L
Decimal 18 58 97 0.81 0.40 0 0.62 209.62 0.69 0.23
Hex 12 3A 61 51 28 0 3E D2 45 17
Octal 22 72 141 121 50 0 76 322 105 27
Binary 10010 111010 1100001 1010001 101000 0 111110 11010010 1000101 10111

Color Harmonies of #123A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123A61

Black with #123A61

Text Example


Text Example

White with #123A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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