Html Css Color HEX #123860 Regal Blue

📋 copy color: '#123860'

red 18 ◦ green 56 ◦ blue 96

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

Shades of Regal Blue #123860

Tints of Regal Blue #123860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 56.47%

R = 10.59%
G = 32.94%
B = 56.47%

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

#123860 (or 0x123860) is known color: Regal Blue. HEX triplet: 12, 38 and 60. RGB value is (18,56,96). Sum of RGB (Red+Green+Blue) = 18+56+96=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 96 (37.89% from 255 or 56.47% from 170); Max value from RGB is 96 - color contains mainly: blue. Hex color #123860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123860 is #EDC79F. Grayscale: #313131. Windows color (decimal): -15583136 or 6305810. OLE color: 6305810.

HSL color Cylindrical-coordinate representation of color #123860: hue angle of 210.77º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #123860 is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 56 96 -
CMYK 0.81 0.42 0 0.62
HSL 210.77º 0.68% 0.22% -
HSV(B) 210.77º 0.81% 0.38% -
XYZ 3.77 3.8 11.6 -
YUV 49.2 154.41 105.75 -
System Red Green Blue C M Y K H S L
Decimal 18 56 96 0.81 0.42 0 0.62 210.77 0.68 0.22
Hex 12 38 60 51 2A 0 3E D3 44 16
Octal 22 70 140 121 52 0 76 323 104 26
Binary 10010 111000 1100000 1010001 101010 0 111110 11010011 1000100 10110

Color Harmonies of #123860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123860

Black with #123860

Text Example


Text Example

White with #123860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123860; }

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

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

background-color css

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

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

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

border-color css

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

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

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