Html Css Color HEX #123E61 Regal Blue

📋 copy color: '#123E61'

red 18 ◦ green 62 ◦ blue 97

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

Shades of Regal Blue #123E61

Tints of Regal Blue #123E61

RGB

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

 GREEN value IS 62 (24.61% from 255) = 35.03%

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

R = 10.17%
G = 35.03%
B = 54.8%

CMYK

 C value IS 0.81

 M value IS 0.36

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#123E61 (or 0x123E61) is known color: Regal Blue. HEX triplet: 12, 3E and 61. RGB value is (18,62,97). Sum of RGB (Red+Green+Blue) = 18+62+97=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 62 (24.61% from 255 or 35.03% from 177); Blue value is 97 (38.28% from 255 or 54.80% from 177); Max value from RGB is 97 - color contains mainly: blue. Hex color #123E61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123E61 is #EDC19E. Grayscale: #343434. Windows color (decimal): -15581599 or 6372882. OLE color: 6372882.

HSL color Cylindrical-coordinate representation of color #123E61: hue angle of 206.58º 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 #123E61 is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 62 97 -
CMYK 0.81 0.36 0 0.62
HSL 206.58º 0.69% 0.23% -
HSV(B) 206.58º 0.81% 0.38% -
XYZ 4.13 4.44 11.95 -
YUV 52.83 152.92 103.15 -
System Red Green Blue C M Y K H S L
Decimal 18 62 97 0.81 0.36 0 0.62 206.58 0.69 0.23
Hex 12 3E 61 51 24 0 3E CF 45 17
Octal 22 76 141 121 44 0 76 317 105 27
Binary 10010 111110 1100001 1010001 100100 0 111110 11001111 1000101 10111

Color Harmonies of #123E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123E61

Black with #123E61

Text Example


Text Example

White with #123E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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