Html Css Color HEX #123861 Regal Blue

📋 copy color: '#123861'

red 18 ◦ green 56 ◦ blue 97

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

Shades of Regal Blue #123861

Tints of Regal Blue #123861

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.75%

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

R = 10.53%
G = 32.75%
B = 56.73%

CMYK

 C value IS 0.81

 M value IS 0.42

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#123861 (or 0x123861) is known color: Regal Blue. HEX triplet: 12, 38 and 61. RGB value is (18,56,97). Sum of RGB (Red+Green+Blue) = 18+56+97=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 56 (22.27% from 255 or 32.75% from 171); Blue value is 97 (38.28% from 255 or 56.73% from 171); Max value from RGB is 97 - color contains mainly: blue. Hex color #123861 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123861 is #EDC79E. Grayscale: #313131. Windows color (decimal): -15583135 or 6371346. OLE color: 6371346.

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

Color convert

RGB 18 56 97 -
CMYK 0.81 0.42 0 0.62
HSL 211.14º 0.69% 0.23% -
HSV(B) 211.14º 0.81% 0.38% -
XYZ 3.82 3.82 11.85 -
YUV 49.31 154.91 105.67 -
System Red Green Blue C M Y K H S L
Decimal 18 56 97 0.81 0.42 0 0.62 211.14 0.69 0.23
Hex 12 38 61 51 2A 0 3E D3 45 17
Octal 22 70 141 121 52 0 76 323 105 27
Binary 10010 111000 1100001 1010001 101010 0 111110 11010011 1000101 10111

Color Harmonies of #123861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123861

Black with #123861

Text Example


Text Example

White with #123861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123861; }

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

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

background-color css

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

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

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

border-color css

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

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

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