Html Css Color HEX #123854 Regal Blue

📋 copy color: '#123854'

red 18 ◦ green 56 ◦ blue 84

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

Shades of Regal Blue #123854

Tints of Regal Blue #123854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 53.16%

R = 11.39%
G = 35.44%
B = 53.16%

CMYK

 C value IS 0.79

 M value IS 0.33

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#123854 (or 0x123854) is known color: Regal Blue. HEX triplet: 12, 38 and 54. RGB value is (18,56,84). Sum of RGB (Red+Green+Blue) = 18+56+84=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 84 (33.20% from 255 or 53.16% from 158); Max value from RGB is 84 - color contains mainly: blue. Hex color #123854 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123854 is #EDC7AB. Grayscale: #2F2F2F. Windows color (decimal): -15583148 or 5519378. OLE color: 5519378.

HSL color Cylindrical-coordinate representation of color #123854: hue angle of 205.45º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #123854 is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 56 84 -
CMYK 0.79 0.33 0 0.67
HSL 205.45º 0.65% 0.2% -
HSV(B) 205.45º 0.79% 0.33% -
XYZ 3.26 3.6 8.91 -
YUV 47.83 148.41 106.72 -
System Red Green Blue C M Y K H S L
Decimal 18 56 84 0.79 0.33 0 0.67 205.45 0.65 0.2
Hex 12 38 54 4F 21 0 43 CD 41 14
Octal 22 70 124 117 41 0 103 315 101 24
Binary 10010 111000 1010100 1001111 100001 0 1000011 11001101 1000001 10100

Color Harmonies of #123854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123854

Black with #123854

Text Example


Text Example

White with #123854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123854; }

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

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

background-color css

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

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

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

border-color css

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

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

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