Html Css Color HEX #123651 Regal Blue

📋 copy color: '#123651'

red 18 ◦ green 54 ◦ blue 81

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

Shades of Regal Blue #123651

Tints of Regal Blue #123651

RGB

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

 GREEN value IS 54 (21.48% from 255) = 35.29%

 BLUE value IS 81 (32.03% from 255) = 52.94%

R = 11.76%
G = 35.29%
B = 52.94%

CMYK

 C value IS 0.78

 M value IS 0.33

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#123651 (or 0x123651) is known color: Regal Blue. HEX triplet: 12, 36 and 51. RGB value is (18,54,81). Sum of RGB (Red+Green+Blue) = 18+54+81=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 81 (32.03% from 255 or 52.94% from 153); Max value from RGB is 81 - color contains mainly: blue. Hex color #123651 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123651 is #EDC9AE. Grayscale: #2E2E2E. Windows color (decimal): -15583663 or 5322258. OLE color: 5322258.

HSL color Cylindrical-coordinate representation of color #123651: hue angle of 205.71º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #123651 is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 54 81 -
CMYK 0.78 0.33 0 0.68
HSL 205.71º 0.64% 0.19% -
HSV(B) 205.71º 0.78% 0.32% -
XYZ 3.05 3.36 8.27 -
YUV 46.31 147.57 107.8 -
System Red Green Blue C M Y K H S L
Decimal 18 54 81 0.78 0.33 0 0.68 205.71 0.64 0.19
Hex 12 36 51 4E 21 0 44 CE 40 13
Octal 22 66 121 116 41 0 104 316 100 23
Binary 10010 110110 1010001 1001110 100001 0 1000100 11001110 1000000 10011

Color Harmonies of #123651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123651

Black with #123651

Text Example


Text Example

White with #123651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123651; }

 p { color: rgb(18,54,81); }

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

background-color css

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

 a { background-color: rgb(18,54,81); }

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

border-color css

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

 span { border-color: rgb(18,54,81); }

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